Html Css Color HEX #02FE9F Medium Spring Green

📋 copy color: '#02FE9F'

red 2 ◦ green 254 ◦ blue 159

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

Shades of Medium Spring Green #02FE9F

Tints of Medium Spring Green #02FE9F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 61.2%

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 0.48%
G = 61.2%
B = 38.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#02FE9F (or 0x02FE9F) is known color: Medium Spring Green. HEX triplet: 02, FE and 9F. RGB value is (2,254,159). Sum of RGB (Red+Green+Blue) = 2+254+159=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 254 (99.61% from 255 or 61.20% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FE9F is #FD0160. Grayscale: #A7A7A7. Windows color (decimal): -16580961 or 10485250. OLE color: 10485250.

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

Color convert

RGB 2 254 159 -
CMYK 0.99 0 0.37 0.00
HSL 157.38º 0.99% 0.5% -
HSV(B) 157.38º 0.99% 1% -
XYZ 41.72 73.4 44.77 -
YUV 167.82 123.01 9.72 -
System Red Green Blue C M Y K H S L
Decimal 2 254 159 0.99 0 0.37 0.00 157.38 0.99 0.5
Hex 2 FE 9F 63 0 25 0 9D 63 32
Octal 2 376 237 143 0 45 0 235 143 62
Binary 10 11111110 10011111 1100011 0 100101 0 10011101 1100011 110010

Color Harmonies of #02FE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FE9F

Black with #02FE9F

Text Example


Text Example

White with #02FE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,254,159); }

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

background-color css

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

 a { background-color: rgb(2,254,159); }

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

border-color css

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

 span { border-color: rgb(2,254,159); }

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