#0E9F55

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

Shades of Pigment Green #0E9F55

Tints of Pigment Green #0E9F55

Color information

#0E9F55 (or 0x0E9F55) is unknown color: approx Pigment Green. HEX triplet: 0E, 9F and 55. RGB value is (14,159,85). Sum of RGB (Red+Green+Blue) = 14+159+85=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9F55 is #F160AA. Grayscale: #6B6B6B. Windows color (decimal): -15818923 or 5611278. OLE color: 5611278.

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

Color convert

RGB1415985-
CMYK0.9100.470.38
HSL149.38º83.82%33.92%-
HSV(B)149.38º91.19%62.35%-
XYZ14.2225.5512.78-
YUV107.21115.4661.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 159 (62.5% from 255) = 61.63%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=5.43%
G=61.63%
B=32.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14159850.9100.470.38149.3883.8233.92
HexE9F555B02F26955422
Octal162371251330574622512442
Binary111010011111101010110110110101111100110100101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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