Html Css Color HEX #02FFA0 Medium Spring Green

📋 copy color: '#02FFA0'

red 2 ◦ green 255 ◦ blue 160

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

Shades of Medium Spring Green #02FFA0

Tints of Medium Spring Green #02FFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 0.48%
G = 61.15%
B = 38.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#02FFA0 (or 0x02FFA0) is known color: Medium Spring Green. HEX triplet: 02, FF and A0. RGB value is (2,255,160). Sum of RGB (Red+Green+Blue) = 2+255+160=417 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FFA0 is #FD005F. Grayscale: #A8A8A8. Windows color (decimal): -16580704 or 10551042. OLE color: 10551042.

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

Color convert

RGB 2 255 160 -
CMYK 0.99 0 0.37 0
HSL 157.47º 1% 0.5% -
HSV(B) 157.47º 0.99% 1% -
XYZ 42.13 74.07 45.33 -
YUV 168.52 123.18 9.22 -
System Red Green Blue C M Y K H S L
Decimal 2 255 160 0.99 0 0.37 0 157.47 1 0.5
Hex 2 FF A0 63 0 25 0 9D 64 32
Octal 2 377 240 143 0 45 0 235 144 62
Binary 10 11111111 10100000 1100011 0 100101 0 10011101 1100100 110010

Color Harmonies of #02FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FFA0

Black with #02FFA0

Text Example


Text Example

White with #02FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,255,160); }

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

background-color css

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

 a { background-color: rgb(2,255,160); }

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

border-color css

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

 span { border-color: rgb(2,255,160); }

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