#099a0b

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

Shades of Islamic Green #099A0B

Tints of Islamic Green #099A0B

Color information

#099A0B (or 0x099A0B) is unknown color: approx Islamic Green. HEX triplet: 09, 9A and 0B. RGB value is (9,154,11). Sum of RGB (Red+Green+Blue) = 9+154+11=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 154 (60.55% from 255 or 88.51% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 154 - color contains mainly: green. Hex color #099A0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099A0B is #F665F4. Grayscale: #5E5E5E. Windows color (decimal): -16147957 or 760329. OLE color: 760329.

HSL color Cylindrical-coordinate representation of color #099A0B: hue angle of 120.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099A0B is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB915411-
CMYK0.9400.930.40
HSL120.83º88.96%31.96%-
HSV(B)120.83º94.16%60.39%-
XYZ11.7323.194.18-
YUV94.3480.9667.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 154 (60.55% from 255) = 88.51%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=5.17%
G=88.51%
B=6.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9154110.9400.930.40120.8388.9631.96
Hex99AB5E05D28795920
Octal112321313601355017113140
Binary100110011010101110111100101110110100011110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099a0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099a0b; }

 p { color: rgb(9,154,11); }

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

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

 a { background-color: rgb(9,154,11); }

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

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

 span { border-color: rgb(9,154,11); }

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