#0E9F50

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

Shades of Pigment Green #0E9F50

Tints of Pigment Green #0E9F50

Color information

#0E9F50 (or 0x0E9F50) is unknown color: approx Pigment Green. HEX triplet: 0E, 9F and 50. RGB value is (14,159,80). Sum of RGB (Red+Green+Blue) = 14+159+80=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 159 (62.5% from 255 or 62.85% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9F50 is #F160AF. Grayscale: #6A6A6A. Windows color (decimal): -15818928 or 5283598. OLE color: 5283598.

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

Color convert

RGB1415980-
CMYK0.9100.500.38
HSL147.31º83.82%33.92%-
HSV(B)147.31º91.19%62.35%-
XYZ14.0325.4711.77-
YUV106.64112.9661.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 159 (62.5% from 255) = 62.85%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=5.53%
G=62.85%
B=31.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14159800.9100.500.38147.3183.8233.92
HexE9F505B03226935422
Octal162371201330624622312442
Binary111010011111101000010110110110010100110100100111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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