#08950C

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

Shades of Islamic Green #08950C

Tints of Islamic Green #08950C

Color information

#08950C (or 0x08950C) is unknown color: approx Islamic Green. HEX triplet: 08, 95 and 0C. RGB value is (8,149,12). Sum of RGB (Red+Green+Blue) = 8+149+12=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 149 (58.59% from 255 or 88.17% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 149 - color contains mainly: green. Hex color #08950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08950C is #F76AF3. Grayscale: #5B5B5B. Windows color (decimal): -16214772 or 824584. OLE color: 824584.

HSL color Cylindrical-coordinate representation of color #08950C: hue angle of 121.7º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08950C is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB814912-
CMYK0.9500.920.42
HSL121.7º89.81%30.78%-
HSV(B)121.7º94.63%58.43%-
XYZ10.9121.573.94-
YUV91.2283.2968.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 149 (58.59% from 255) = 88.17%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=4.73%
G=88.17%
B=7.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8149120.9500.920.42121.789.8130.78
Hex895C5F05C2A7a5a1f
Octal102251413701345217213237
Binary10001001010111001011111010111001010101111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08950C; }

 p { color: rgb(8,149,12); }

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

<style>
 a { background-color: #08950C; }

 a { background-color: rgb(8,149,12); }

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

<style>
 span { border-color: #08950C; }

 span { border-color: rgb(8,149,12); }

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