Html Css Color HEX #0EDD79 Spring Green

📋 copy color: '#0EDD79'

red 14 ◦ green 221 ◦ blue 121

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

Shades of Spring Green #0EDD79

Tints of Spring Green #0EDD79

RGB

 RED value IS 14 (5.86% from 255) = 3.93%

 GREEN value IS 221 (86.72% from 255) = 62.08%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 3.93%
G = 62.08%
B = 33.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#0EDD79 (or 0x0EDD79) is known color: Spring Green. HEX triplet: 0E, DD and 79. RGB value is (14,221,121). Sum of RGB (Red+Green+Blue) = 14+221+121=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDD79 is #F12286. Grayscale: #939393. Windows color (decimal): -15803015 or 7986446. OLE color: 7986446.

HSL color Cylindrical-coordinate representation of color #0EDD79: hue angle of 151.01º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD79 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 121 -
CMYK 0.94 0 0.45 0.13
HSL 151.01º 0.88% 0.46% -
HSV(B) 151.01º 0.94% 0.87% -
XYZ 29.49 53.19 26.8 -
YUV 147.71 112.92 32.63 -
System Red Green Blue C M Y K H S L
Decimal 14 221 121 0.94 0 0.45 0.13 151.01 0.88 0.46
Hex E DD 79 5E 0 2D D 97 58 2E
Octal 16 335 171 136 0 55 15 227 130 56
Binary 1110 11011101 1111001 1011110 0 101101 1101 10010111 1011000 101110

Color Harmonies of #0EDD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD79

Black with #0EDD79

Text Example


Text Example

White with #0EDD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EDD79; }

 p { color: rgb(14,221,121); }

 H1.HeaderClassName
 {
   color: #0EDD79;
 }
 .AnyTagClassName
 {
   color: #0EDD79;
 }
</style>

background-color css

<style>
 a { background-color: #0EDD79; }

 a { background-color: rgb(14,221,121); }

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

border-color css

<style>
 span { border-color: #0EDD79; }

 span { border-color: rgb(14,221,121); }

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