#0EA648

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

Shades of Pigment Green #0EA648

Tints of Pigment Green #0EA648

Color information

#0EA648 (or 0x0EA648) is unknown color: approx Pigment Green. HEX triplet: 0E, A6 and 48. RGB value is (14,166,72). Sum of RGB (Red+Green+Blue) = 14+166+72=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 166 (65.23% from 255 or 65.87% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA648 is #F159B7. Grayscale: #6E6E6E. Windows color (decimal): -15817144 or 4761102. OLE color: 4761102.

HSL color Cylindrical-coordinate representation of color #0EA648: hue angle of 142.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA648 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1416672-
CMYK0.9200.570.35
HSL142.89º84.44%35.29%-
HSV(B)142.89º91.57%65.1%-
XYZ14.9927.8310.71-
YUV109.84106.6459.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 166 (65.23% from 255) = 65.87%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=5.56%
G=65.87%
B=28.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14166720.9200.570.35142.8984.4435.29
HexEA6485C039238f5423
Octal162461101340714321712443
Binary111010100110100100010111000111001100011100011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,166,72); }

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

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

 a { background-color: rgb(14,166,72); }

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

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

 span { border-color: rgb(14,166,72); }

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