Html Css Color HEX #0DE17F Spring Green

📋 copy color: '#0DE17F'

red 13 ◦ green 225 ◦ blue 127

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

Shades of Spring Green #0DE17F

Tints of Spring Green #0DE17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 3.56%
G = 61.64%
B = 34.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#0DE17F (or 0x0DE17F) is known color: Spring Green. HEX triplet: 0D, E1 and 7F. RGB value is (13,225,127). Sum of RGB (Red+Green+Blue) = 13+225+127=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE17F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE17F is #F21E80. Grayscale: #969696. Windows color (decimal): -15867521 or 8380685. OLE color: 8380685.

HSL color Cylindrical-coordinate representation of color #0DE17F: hue angle of 152.26º 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 #0DE17F is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 13 225 127 -
CMYK 0.94 0 0.44 0.12
HSL 152.26º 0.89% 0.47% -
HSV(B) 152.26º 0.94% 0.88% -
XYZ 30.92 55.47 29.16 -
YUV 150.44 114.76 29.97 -
System Red Green Blue C M Y K H S L
Decimal 13 225 127 0.94 0 0.44 0.12 152.26 0.89 0.47
Hex D E1 7F 5E 0 2C C 98 59 2F
Octal 15 341 177 136 0 54 14 230 131 57
Binary 1101 11100001 1111111 1011110 0 101100 1100 10011000 1011001 101111

Color Harmonies of #0DE17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE17F

Black with #0DE17F

Text Example


Text Example

White with #0DE17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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