#0E9608

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

Shades of Islamic Green #0E9608

Tints of Islamic Green #0E9608

Color information

#0E9608 (or 0x0E9608) is unknown color: approx Islamic Green. HEX triplet: 0E, 96 and 08. RGB value is (14,150,8). Sum of RGB (Red+Green+Blue) = 14+150+8=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 150 (58.98% from 255 or 87.21% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 150 - color contains mainly: green. Hex color #0E9608 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9608 is #F169F7. Grayscale: #5D5D5D. Windows color (decimal): -15821304 or 562702. OLE color: 562702.

HSL color Cylindrical-coordinate representation of color #0E9608: hue angle of 117.46º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E9608 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB141508-
CMYK0.9100.950.41
HSL117.46º89.87%30.98%-
HSV(B)117.46º94.67%58.82%-
XYZ11.1321.923.87-
YUV93.1579.9471.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.14%
GREEN value IS 150 (58.98% from 255) = 87.21%
BLUE value IS 8 (3.52% from 255) = 4.65%
R=8.14%
G=87.21%
B=4.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1415080.9100.950.41117.4689.8730.98
HexE9685B05F29755a1f
Octal162261013301375116513237
Binary11101001011010001011011010111111010011110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,150,8); }

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

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

 a { background-color: rgb(14,150,8); }

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

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

 span { border-color: rgb(14,150,8); }

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