Html Css Color HEX #02FCAA Medium Spring Green

📋 copy color: '#02FCAA'

red 2 ◦ green 252 ◦ blue 170

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

Shades of Medium Spring Green #02FCAA

Tints of Medium Spring Green #02FCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.43%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 0.47%
G = 59.43%
B = 40.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#02FCAA (or 0x02FCAA) is known color: Medium Spring Green. HEX triplet: 02, FC and AA. RGB value is (2,252,170). Sum of RGB (Red+Green+Blue) = 2+252+170=424 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FCAA is #FD0355. Grayscale: #A7A7A7. Windows color (decimal): -16581462 or 11205634. OLE color: 11205634.

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

Color convert

RGB 2 252 170 -
CMYK 0.99 0 0.33 0.01
HSL 160.32º 0.98% 0.5% -
HSV(B) 160.32º 0.99% 0.99% -
XYZ 42.09 72.54 49.81 -
YUV 167.9 129.18 9.67 -
System Red Green Blue C M Y K H S L
Decimal 2 252 170 0.99 0 0.33 0.01 160.32 0.98 0.5
Hex 2 FC AA 63 0 21 1 A0 62 32
Octal 2 374 252 143 0 41 1 240 142 62
Binary 10 11111100 10101010 1100011 0 100001 1 10100000 1100010 110010

Color Harmonies of #02FCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FCAA

Black with #02FCAA

Text Example


Text Example

White with #02FCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,252,170); }

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

background-color css

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

 a { background-color: rgb(2,252,170); }

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

border-color css

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

 span { border-color: rgb(2,252,170); }

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