#099600

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

Shades of Islamic Green #099600

Tints of Islamic Green #099600

Color information

#099600 (or 0x099600) is unknown color: approx Islamic Green. HEX triplet: 09, 96 and 00. RGB value is (9,150,0). Sum of RGB (Red+Green+Blue) = 9+150+0=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 150 (58.98% from 255 or 94.34% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 150 - color contains mainly: green. Hex color #099600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099600 is #F669FF. Grayscale: #5B5B5B. Windows color (decimal): -16148992 or 38409. OLE color: 38409.

HSL color Cylindrical-coordinate representation of color #099600: hue angle of 116.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #099600 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB91500-
CMYK0.94010.41
HSL116.4º100%29.41%-
HSV(B)116.4º100%58.82%-
XYZ11.0221.873.64-
YUV90.7476.7969.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 150 (58.98% from 255) = 94.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.66%
G=94.34%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal915000.94010.41116.410029.41
Hex99605E0642974641d
Octal11226013601445116414435
Binary10011001011001011110011001001010011110100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099600; }

 p { color: rgb(9,150,0); }

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

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

 a { background-color: rgb(9,150,0); }

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

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

 span { border-color: rgb(9,150,0); }

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