#0E9E50

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

Shades of Pigment Green #0E9E50

Tints of Pigment Green #0E9E50

Color information

#0E9E50 (or 0x0E9E50) is unknown color: approx Pigment Green. HEX triplet: 0E, 9E and 50. RGB value is (14,158,80). Sum of RGB (Red+Green+Blue) = 14+158+80=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9E50 is #F161AF. Grayscale: #6A6A6A. Windows color (decimal): -15819184 or 5283342. OLE color: 5283342.

HSL color Cylindrical-coordinate representation of color #0E9E50: hue angle of 147.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9E50 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB1415880-
CMYK0.9100.490.38
HSL147.5º83.72%33.73%-
HSV(B)147.5º91.14%61.96%-
XYZ13.8625.1311.71-
YUV106.05113.2962.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 158 (62.11% from 255) = 62.70%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=5.56%
G=62.70%
B=31.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14158800.9100.490.38147.583.7233.73
HexE9E505B03126945422
Octal162361201330614622412442
Binary111010011110101000010110110110001100110100101001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,158,80); }

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

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

 a { background-color: rgb(14,158,80); }

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

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

 span { border-color: rgb(14,158,80); }

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