Html Css Color HEX #0DE179 Spring Green

📋 copy color: '#0DE179'

red 13 ◦ green 225 ◦ blue 121

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

Shades of Spring Green #0DE179

Tints of Spring Green #0DE179

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.67%

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

R = 3.62%
G = 62.67%
B = 33.7%

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

#0DE179 (or 0x0DE179) is known color: Spring Green. HEX triplet: 0D, E1 and 79. RGB value is (13,225,121). Sum of RGB (Red+Green+Blue) = 13+225+121=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE179 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE179 is #F21E86. Grayscale: #959595. Windows color (decimal): -15867527 or 7987469. OLE color: 7987469.

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

Color convert

RGB 13 225 121 -
CMYK 0.94 0 0.46 0.12
HSL 150.57º 0.89% 0.47% -
HSV(B) 150.57º 0.94% 0.88% -
XYZ 30.54 55.32 27.16 -
YUV 149.76 111.76 30.46 -
System Red Green Blue C M Y K H S L
Decimal 13 225 121 0.94 0 0.46 0.12 150.57 0.89 0.47
Hex D E1 79 5E 0 2E C 97 59 2F
Octal 15 341 171 136 0 56 14 227 131 57
Binary 1101 11100001 1111001 1011110 0 101110 1100 10010111 1011001 101111

Color Harmonies of #0DE179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE179

Black with #0DE179

Text Example


Text Example

White with #0DE179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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