#0EAB43

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

Shades of Pigment Green #0EAB43

Tints of Pigment Green #0EAB43

Color information

#0EAB43 (or 0x0EAB43) is unknown color: approx Pigment Green. HEX triplet: 0E, AB and 43. RGB value is (14,171,67). Sum of RGB (Red+Green+Blue) = 14+171+67=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 171 (67.19% from 255 or 67.86% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB43 is #F154BC. Grayscale: #707070. Windows color (decimal): -15815869 or 4434702. OLE color: 4434702.

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

Color convert

RGB1417167-
CMYK0.9200.610.33
HSL140.25º84.86%36.27%-
HSV(B)140.25º91.81%67.06%-
XYZ15.7629.6210.2-
YUV112.2102.4957.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 171 (67.19% from 255) = 67.86%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=5.56%
G=67.86%
B=26.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14171670.9200.610.33140.2584.8636.27
HexEAB435C03D218c5524
Octal162531031340754121412544
Binary111010101011100001110111000111101100001100011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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