#0EC837

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

Shades of Dark Pastel Green #0EC837

Tints of Dark Pastel Green #0EC837

Color information

#0EC837 (or 0x0EC837) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C8 and 37. RGB value is (14,200,55). Sum of RGB (Red+Green+Blue) = 14+200+55=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC837 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC837 is #F137C8. Grayscale: #808080. Windows color (decimal): -15808457 or 3655694. OLE color: 3655694.

HSL color Cylindrical-coordinate representation of color #0EC837: hue angle of 133.23º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC837 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1420055-
CMYK0.9300.720.22
HSL133.23º86.92%41.96%-
HSV(B)133.23º93%78.43%-
XYZ21.5241.6810.52-
YUV127.8686.8846.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 200 (78.52% from 255) = 74.35%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=5.20%
G=74.35%
B=20.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14200550.9300.720.22133.2386.9241.96
HexEC8375D0481685572a
Octal163106713501102620512752
Binary11101100100011011110111010100100010110100001011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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