#0E9842

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

Shades of Pigment Green #0E9842

Tints of Pigment Green #0E9842

Color information

#0E9842 (or 0x0E9842) is unknown color: approx Pigment Green. HEX triplet: 0E, 98 and 42. RGB value is (14,152,66). Sum of RGB (Red+Green+Blue) = 14+152+66=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9842 is #F167BD. Grayscale: #656565. Windows color (decimal): -15820734 or 4364302. OLE color: 4364302.

HSL color Cylindrical-coordinate representation of color #0E9842: hue angle of 142.61º 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 #0E9842 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1415266-
CMYK0.9100.570.40
HSL142.61º83.13%32.55%-
HSV(B)142.61º90.79%59.61%-
XYZ12.3922.948.93-
YUV100.93108.2865.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.03%
GREEN value IS 152 (59.77% from 255) = 65.52%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=6.03%
G=65.52%
B=28.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14152660.9100.570.40142.6183.1332.55
HexE98425B039288f5321
Octal162301021330715021712341
Binary111010011000100001010110110111001101000100011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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