#0DE976

Color #0DE976 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0DE976

Tints of Spring Green #0DE976

Color information

#0DE976 (or 0x0DE976) is unknown color: approx Spring Green. HEX triplet: 0D, E9 and 76. RGB value is (13,233,118). Sum of RGB (Red+Green+Blue) = 13+233+118=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE976 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE976 is #F21689. Grayscale: #9A9A9A. Windows color (decimal): -15865482 or 7792909. OLE color: 7792909.

HSL color Cylindrical-coordinate representation of color #0DE976: hue angle of 148.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE976 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB13233118-
CMYK0.9400.490.09
HSL148.64º89.43%48.24%-
HSV(B)148.64º94.42%91.37%-
XYZ32.5759.6726.94-
YUV154.11107.6127.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.57%
GREEN value IS 233 (91.41% from 255) = 64.01%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=3.57%
G=64.01%
B=32.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132331180.9400.490.09148.6489.4348.24
HexDE9765E0319955930
Octal153511661360611122513160
Binary1101111010011110110101111001100011001100101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,233,118); }

 H1.HeaderClassName
 {
   color: #0DE976;
 }
 .AnyTagClassName
 {
   color: #0DE976;
 }
</style>
background-color css

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

 a { background-color: rgb(13,233,118); }

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

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

 span { border-color: rgb(13,233,118); }

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