#08960E

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

Shades of Islamic Green #08960E

Tints of Islamic Green #08960E

Color information

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

HSL color Cylindrical-coordinate representation of color #08960E: hue angle of 122.54º 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 #08960E is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB815014-
CMYK0.9500.910.41
HSL122.54º89.87%30.98%-
HSV(B)122.54º94.67%58.82%-
XYZ11.0921.94.06-
YUV92.0483.9668.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8150140.9500.910.41122.5489.8730.98
Hex896E5F05B297b5a1f
Octal102261613701335117313237
Binary10001001011011101011111010110111010011111011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08960E; }

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

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

<style>
 a { background-color: #08960E; }

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

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

<style>
 span { border-color: #08960E; }

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

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