#02ED9C

Color #02ED9C Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #02ED9C

Tints of Medium Spring Green #02ED9C

Color information

#02ED9C (or 0x02ED9C) is unknown color: approx Medium Spring Green. HEX triplet: 02, ED and 9C. RGB value is (2,237,156). Sum of RGB (Red+Green+Blue) = 2+237+156=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 237 (92.97% from 255 or 60% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02ED9C is #FD1263. Grayscale: #9D9D9D. Windows color (decimal): -16585316 or 10284290. OLE color: 10284290.

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

Color convert

RGB2237156-
CMYK0.9900.340.07
HSL159.32º98.33%46.86%-
HSV(B)159.32º99.16%92.94%-
XYZ36.3162.9841.7-
YUV157.5127.1417.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.51%
GREEN value IS 237 (92.97% from 255) = 60%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=0.51%
G=60%
B=39.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22371560.9900.340.07159.3298.3346.86
Hex2ED9C6302279f622f
Octal2355234143042723714257
Binary10111011011001110011000110100010111100111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ED9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02ED9C;
 }
 .AnyTagClassName
 {
   color: #02ED9C;
 }
</style>
background-color css

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

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

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

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

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

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