Html Css Color HEX #02F09C Medium Spring Green

📋 copy color: '#02F09C'

red 2 ◦ green 240 ◦ blue 156

#02F09C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #02F09C

Tints of Medium Spring Green #02F09C

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

 GREEN value IS 240 (94.14% from 255) = 60.3%

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 0.5%
G = 60.3%
B = 39.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#02F09C (or 0x02F09C) is known color: Medium Spring Green. HEX triplet: 02, F0 and 9C. RGB value is (2,240,156). Sum of RGB (Red+Green+Blue) = 2+240+156=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #02F09C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F09C is #FD0F63. Grayscale: #9F9F9F. Windows color (decimal): -16584548 or 10285058. OLE color: 10285058.

HSL color Cylindrical-coordinate representation of color #02F09C: hue angle of 158.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F09C is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 240 156 -
CMYK 0.99 0 0.35 0.06
HSL 158.82º 0.98% 0.47% -
HSV(B) 158.82º 0.99% 0.94% -
XYZ 37.19 64.73 41.99 -
YUV 159.26 126.15 15.83 -
System Red Green Blue C M Y K H S L
Decimal 2 240 156 0.99 0 0.35 0.06 158.82 0.98 0.47
Hex 2 F0 9C 63 0 23 6 9F 62 2F
Octal 2 360 234 143 0 43 6 237 142 57
Binary 10 11110000 10011100 1100011 0 100011 110 10011111 1100010 101111

Color Harmonies of #02F09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F09C

Black with #02F09C

Text Example


Text Example

White with #02F09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,240,156); }

 H1.HeaderClassName
 {
   color: #02F09C;
 }
 .AnyTagClassName
 {
   color: #02F09C;
 }
</style>

background-color css

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

 a { background-color: rgb(2,240,156); }

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

border-color css

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

 span { border-color: rgb(2,240,156); }

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