Html Css Color HEX #02EDAD Medium Spring Green

📋 copy color: '#02EDAD'

red 2 ◦ green 237 ◦ blue 173

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

Shades of Medium Spring Green #02EDAD

Tints of Medium Spring Green #02EDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.52%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 0.49%
G = 57.52%
B = 41.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#02EDAD (or 0x02EDAD) is known color: Medium Spring Green. HEX triplet: 02, ED and AD. RGB value is (2,237,173). Sum of RGB (Red+Green+Blue) = 2+237+173=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 237 (92.97% from 255 or 57.52% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 237 - color contains mainly: green. Hex color #02EDAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EDAD is #FD1252. Grayscale: #9F9F9F. Windows color (decimal): -16585299 or 11398402. OLE color: 11398402.

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

Color convert

RGB 2 237 173 -
CMYK 0.99 0 0.27 0.07
HSL 163.66º 0.98% 0.47% -
HSV(B) 163.66º 0.99% 0.93% -
XYZ 37.85 63.6 49.82 -
YUV 159.44 135.64 15.7 -
System Red Green Blue C M Y K H S L
Decimal 2 237 173 0.99 0 0.27 0.07 163.66 0.98 0.47
Hex 2 ED AD 63 0 1B 7 A4 62 2F
Octal 2 355 255 143 0 33 7 244 142 57
Binary 10 11101101 10101101 1100011 0 11011 111 10100100 1100010 101111

Color Harmonies of #02EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EDAD

Black with #02EDAD

Text Example


Text Example

White with #02EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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