#02F9BD

Color #02F9BD Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #02F9BD

Tints of Medium Spring Green #02F9BD

Color information

#02F9BD (or 0x02F9BD) is unknown color: approx Medium Spring Green. HEX triplet: 02, F9 and BD. RGB value is (2,249,189). Sum of RGB (Red+Green+Blue) = 2+249+189=440 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9BD is #FD0642. Grayscale: #A8A8A8. Windows color (decimal): -16582211 or 12450050. OLE color: 12450050.

HSL color Cylindrical-coordinate representation of color #02F9BD: hue angle of 165.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F9BD is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB2249189-
CMYK0.9900.240.02
HSL165.43º98.41%49.22%-
HSV(B)165.43º99.2%97.65%-
XYZ43.0971.4459.66-
YUV168.31139.679.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 249 (97.66% from 255) = 56.59%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=0.45%
G=56.59%
B=42.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22491890.9900.240.02165.4398.4149.22
Hex2F9BD630182a56231
Octal2371275143030224514261
Binary101111100110111101110001101100010101001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02F9BD; }

 p { color: rgb(2,249,189); }

 H1.HeaderClassName
 {
   color: #02F9BD;
 }
 .AnyTagClassName
 {
   color: #02F9BD;
 }
</style>
background-color css

<style>
 a { background-color: #02F9BD; }

 a { background-color: rgb(2,249,189); }

 div.DivClassName
 {
   background-color: #02F9BD;
 }
 .BgClassName
 {
   background-color: #02F9BD;
 }
</style>
border-color css

<style>
 span { border-color: #02F9BD; }

 span { border-color: rgb(2,249,189); }

 td.TdClassName
 {
   border-color: #02F9BD;
 }
 .TagClassName
 {
   border-color: #02F9BD;
 }
</style>