#0DEA85

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

Shades of Spring Green #0DEA85

Tints of Spring Green #0DEA85

Color information

#0DEA85 (or 0x0DEA85) is unknown color: approx Spring Green. HEX triplet: 0D, EA and 85. RGB value is (13,234,133). Sum of RGB (Red+Green+Blue) = 13+234+133=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEA85 is #F2157A. Grayscale: #9C9C9C. Windows color (decimal): -15865211 or 8776205. OLE color: 8776205.

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

Color convert

RGB13234133-
CMYK0.9400.430.08
HSL152.58º89.47%48.43%-
HSV(B)152.58º94.44%91.76%-
XYZ33.8260.6232.11-
YUV156.41114.7825.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.42%
GREEN value IS 234 (91.80% from 255) = 61.58%
BLUE value IS 133 (52.34% from 255) = 35%
R=3.42%
G=61.58%
B=35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132341330.9400.430.08152.5889.4748.43
HexDEA855E02B8995930
Octal153522051360531023113160
Binary11011110101010000101101111001010111000100110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,234,133); }

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

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

 a { background-color: rgb(13,234,133); }

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

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

 span { border-color: rgb(13,234,133); }

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