#0EA637

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

Shades of Dark Pastel Green #0EA637

Tints of Dark Pastel Green #0EA637

Color information

#0EA637 (or 0x0EA637) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, A6 and 37. RGB value is (14,166,55). Sum of RGB (Red+Green+Blue) = 14+166+55=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA637 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA637 is #F159C8. Grayscale: #6C6C6C. Windows color (decimal): -15817161 or 3646990. OLE color: 3646990.

HSL color Cylindrical-coordinate representation of color #0EA637: hue angle of 136.18º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA637 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1416655-
CMYK0.9200.670.35
HSL136.18º84.44%35.29%-
HSV(B)136.18º91.57%65.1%-
XYZ14.5127.648.19-
YUV107.998.1461.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 166 (65.23% from 255) = 70.64%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=5.96%
G=70.64%
B=23.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14166550.9200.670.35136.1884.4435.29
HexEA6375C04323885423
Octal162466713401034321012443
Binary111010100110110111101110001000011100011100010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,166,55); }

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

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

 a { background-color: rgb(14,166,55); }

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

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

 span { border-color: rgb(14,166,55); }

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