#0EA954

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

Shades of Pigment Green #0EA954

Tints of Pigment Green #0EA954

Color information

#0EA954 (or 0x0EA954) is unknown color: approx Pigment Green. HEX triplet: 0E, A9 and 54. RGB value is (14,169,84). Sum of RGB (Red+Green+Blue) = 14+169+84=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA954 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA954 is #F156AB. Grayscale: #717171. Windows color (decimal): -15816364 or 5548302. OLE color: 5548302.

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

Color convert

RGB1416984-
CMYK0.9200.500.34
HSL147.1º84.7%35.88%-
HSV(B)147.1º91.72%66.27%-
XYZ15.9729.1113.16-
YUV112.96111.6557.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 169 (66.41% from 255) = 63.30%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=5.24%
G=63.30%
B=31.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14169840.9200.500.34147.184.735.88
HexEA9545C03222935524
Octal162511241340624222312544
Binary111010101001101010010111000110010100010100100111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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