#0DEC81

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

Shades of Spring Green #0DEC81

Tints of Spring Green #0DEC81

Color information

#0DEC81 (or 0x0DEC81) is unknown color: approx Spring Green. HEX triplet: 0D, EC and 81. RGB value is (13,236,129). Sum of RGB (Red+Green+Blue) = 13+236+129=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEC81 is #F2137E. Grayscale: #9D9D9D. Windows color (decimal): -15864703 or 8514573. OLE color: 8514573.

HSL color Cylindrical-coordinate representation of color #0DEC81: hue angle of 151.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC81 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB13236129-
CMYK0.9400.450.07
HSL151.21º89.56%48.82%-
HSV(B)151.21º94.49%92.55%-
XYZ34.1261.6630.87-
YUV157.12112.1225.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.44%
GREEN value IS 236 (92.58% from 255) = 62.43%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=3.44%
G=62.43%
B=34.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132361290.9400.450.07151.2189.5648.82
HexDEC815E02D7975a31
Octal15354201136055722713261
Binary1101111011001000000110111100101101111100101111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,236,129); }

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

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

 a { background-color: rgb(13,236,129); }

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

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

 span { border-color: rgb(13,236,129); }

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