#0EA940

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

Shades of Pigment Green #0EA940

Tints of Pigment Green #0EA940

Color information

#0EA940 (or 0x0EA940) is unknown color: approx Pigment Green. HEX triplet: 0E, A9 and 40. RGB value is (14,169,64). Sum of RGB (Red+Green+Blue) = 14+169+64=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA940 is #F156BF. Grayscale: #6E6E6E. Windows color (decimal): -15816384 or 4237582. OLE color: 4237582.

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

Color convert

RGB1416964-
CMYK0.9200.620.34
HSL139.35º84.7%35.88%-
HSV(B)139.35º91.72%66.27%-
XYZ15.2928.849.61-
YUV110.68101.6559.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 169 (66.41% from 255) = 68.42%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=5.67%
G=68.42%
B=25.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14169640.9200.620.34139.3584.735.88
HexEA9405C03E228b5524
Octal162511001340764221312544
Binary111010101001100000010111000111110100010100010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,169,64); }

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

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

 a { background-color: rgb(14,169,64); }

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

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

 span { border-color: rgb(14,169,64); }

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