Html Css Color HEX #0DE079 Spring Green

📋 copy color: '#0DE079'

red 13 ◦ green 224 ◦ blue 121

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

Shades of Spring Green #0DE079

Tints of Spring Green #0DE079

RGB

 RED value IS 13 (5.47% from 255) = 3.63%

 GREEN value IS 224 (87.89% from 255) = 62.57%

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

R = 3.63%
G = 62.57%
B = 33.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#0DE079 (or 0x0DE079) is known color: Spring Green. HEX triplet: 0D, E0 and 79. RGB value is (13,224,121). Sum of RGB (Red+Green+Blue) = 13+224+121=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE079 is #F21F86. Grayscale: #959595. Windows color (decimal): -15867783 or 7987213. OLE color: 7987213.

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

Color convert

RGB 13 224 121 -
CMYK 0.94 0 0.46 0.12
HSL 150.71º 0.89% 0.46% -
HSV(B) 150.71º 0.94% 0.88% -
XYZ 30.27 54.78 27.07 -
YUV 149.17 112.1 30.88 -
System Red Green Blue C M Y K H S L
Decimal 13 224 121 0.94 0 0.46 0.12 150.71 0.89 0.46
Hex D E0 79 5E 0 2E C 97 59 2E
Octal 15 340 171 136 0 56 14 227 131 56
Binary 1101 11100000 1111001 1011110 0 101110 1100 10010111 1011001 101110

Color Harmonies of #0DE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE079

Black with #0DE079

Text Example


Text Example

White with #0DE079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,224,121); }

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

background-color css

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

 a { background-color: rgb(13,224,121); }

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

border-color css

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

 span { border-color: rgb(13,224,121); }

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