#0E9852

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

Shades of Pigment Green #0E9852

Tints of Pigment Green #0E9852

Color information

#0E9852 (or 0x0E9852) is unknown color: approx Pigment Green. HEX triplet: 0E, 98 and 52. RGB value is (14,152,82). Sum of RGB (Red+Green+Blue) = 14+152+82=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9852 is #F167AD. Grayscale: #666666. Windows color (decimal): -15820718 or 5412878. OLE color: 5412878.

HSL color Cylindrical-coordinate representation of color #0E9852: hue angle of 149.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9852 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB1415282-
CMYK0.9100.460.40
HSL149.57º83.13%32.55%-
HSV(B)149.57º90.79%59.61%-
XYZ12.9323.1611.77-
YUV102.76116.2864.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.65%
GREEN value IS 152 (59.77% from 255) = 61.29%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=5.65%
G=61.29%
B=33.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14152820.9100.460.40149.5783.1332.55
HexE98525B02E28965321
Octal162301221330565022612341
Binary111010011000101001010110110101110101000100101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,82); }

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

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

 a { background-color: rgb(14,152,82); }

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

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

 span { border-color: rgb(14,152,82); }

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