Html Css Color HEX #02FDAA Medium Spring Green

📋 copy color: '#02FDAA'

red 2 ◦ green 253 ◦ blue 170

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

Shades of Medium Spring Green #02FDAA

Tints of Medium Spring Green #02FDAA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.53%

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

R = 0.47%
G = 59.53%
B = 40%

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

#02FDAA (or 0x02FDAA) is known color: Medium Spring Green. HEX triplet: 02, FD and AA. RGB value is (2,253,170). Sum of RGB (Red+Green+Blue) = 2+253+170=425 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #02FDAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FDAA is #FD0255. Grayscale: #A8A8A8. Windows color (decimal): -16581206 or 11205890. OLE color: 11205890.

HSL color Cylindrical-coordinate representation of color #02FDAA: hue angle of 160.16º 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 #02FDAA is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 253 170 -
CMYK 0.99 0 0.33 0.01
HSL 160.16º 0.98% 0.5% -
HSV(B) 160.16º 0.99% 0.99% -
XYZ 42.41 73.17 49.92 -
YUV 168.49 128.84 9.25 -
System Red Green Blue C M Y K H S L
Decimal 2 253 170 0.99 0 0.33 0.01 160.16 0.98 0.5
Hex 2 FD AA 63 0 21 1 A0 62 32
Octal 2 375 252 143 0 41 1 240 142 62
Binary 10 11111101 10101010 1100011 0 100001 1 10100000 1100010 110010

Color Harmonies of #02FDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FDAA

Black with #02FDAA

Text Example


Text Example

White with #02FDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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