#0EAB3D

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

Shades of Dark Pastel Green #0EAB3D

Tints of Dark Pastel Green #0EAB3D

Color information

#0EAB3D (or 0x0EAB3D) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AB and 3D. RGB value is (14,171,61). Sum of RGB (Red+Green+Blue) = 14+171+61=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB3D is #F154C2. Grayscale: #6F6F6F. Windows color (decimal): -15815875 or 4041486. OLE color: 4041486.

HSL color Cylindrical-coordinate representation of color #0EAB3D: hue angle of 137.96º 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 #0EAB3D is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1417161-
CMYK0.9200.640.33
HSL137.96º84.86%36.27%-
HSV(B)137.96º91.81%67.06%-
XYZ15.5929.569.3-
YUV111.5299.4958.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.69%
GREEN value IS 171 (67.19% from 255) = 69.51%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=5.69%
G=69.51%
B=24.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14171610.9200.640.33137.9684.8636.27
HexEAB3D5C040218a5524
Octal162537513401004121212544
Binary111010101011111101101110001000000100001100010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,171,61); }

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

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

 a { background-color: rgb(14,171,61); }

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

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

 span { border-color: rgb(14,171,61); }

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