#0E9B41

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

Shades of Pigment Green #0E9B41

Tints of Pigment Green #0E9B41

Color information

#0E9B41 (or 0x0E9B41) is unknown color: approx Pigment Green. HEX triplet: 0E, 9B and 41. RGB value is (14,155,65). Sum of RGB (Red+Green+Blue) = 14+155+65=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9B41 is #F164BE. Grayscale: #666666. Windows color (decimal): -15819967 or 4299534. OLE color: 4299534.

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

Color convert

RGB1415565-
CMYK0.9100.580.39
HSL141.7º83.43%33.14%-
HSV(B)141.7º90.97%60.78%-
XYZ12.8623.928.94-
YUV102.58106.7964.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 155 (60.94% from 255) = 66.24%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=5.98%
G=66.24%
B=27.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14155650.9100.580.39141.783.4333.14
HexE9B415B03A278e5321
Octal162331011330724721612341
Binary111010011011100000110110110111010100111100011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,155,65); }

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

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

 a { background-color: rgb(14,155,65); }

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

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

 span { border-color: rgb(14,155,65); }

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