#0E9936

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

Shades of Pigment Green #0E9936

Tints of Pigment Green #0E9936

Color information

#0E9936 (or 0x0E9936) is unknown color: approx Pigment Green. HEX triplet: 0E, 99 and 36. RGB value is (14,153,54). Sum of RGB (Red+Green+Blue) = 14+153+54=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 153 (60.16% from 255 or 69.23% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9936 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9936 is #F166C9. Grayscale: #646464. Windows color (decimal): -15820490 or 3578126. OLE color: 3578126.

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

Color convert

RGB1415354-
CMYK0.9100.650.4
HSL137.27º83.23%32.75%-
HSV(B)137.27º90.85%60%-
XYZ12.2423.147.31-
YUV100.15101.9566.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.33%
GREEN value IS 153 (60.16% from 255) = 69.23%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=6.33%
G=69.23%
B=24.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14153540.9100.650.4137.2783.2332.75
HexE99365B04128895321
Octal162316613301015021112341
Binary111010011001110110101101101000001101000100010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,153,54); }

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

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

 a { background-color: rgb(14,153,54); }

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

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

 span { border-color: rgb(14,153,54); }

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