#0EAC27

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

Shades of Dark Pastel Green #0EAC27

Tints of Dark Pastel Green #0EAC27

Color information

#0EAC27 (or 0x0EAC27) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AC and 27. RGB value is (14,172,39). Sum of RGB (Red+Green+Blue) = 14+172+39=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 172 (67.58% from 255 or 76.44% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAC27 is #F153D8. Grayscale: #6D6D6D. Windows color (decimal): -15815641 or 2599950. OLE color: 2599950.

HSL color Cylindrical-coordinate representation of color #0EAC27: hue angle of 129.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC27 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1417239-
CMYK0.9200.770.33
HSL129.49º84.95%36.47%-
HSV(B)129.49º91.86%67.45%-
XYZ15.329.746.85-
YUV109.688.1559.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 172 (67.58% from 255) = 76.44%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=6.22%
G=76.44%
B=17.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14172390.9200.770.33129.4984.9536.47
HexEAC275C04D21815524
Octal162544713401154120112544
Binary111010101100100111101110001001101100001100000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,172,39); }

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

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

 a { background-color: rgb(14,172,39); }

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

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

 span { border-color: rgb(14,172,39); }

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