#0A990B

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

Shades of Islamic Green #0A990B

Tints of Islamic Green #0A990B

Color information

#0A990B (or 0x0A990B) is unknown color: approx Islamic Green. HEX triplet: 0A, 99 and 0B. RGB value is (10,153,11). Sum of RGB (Red+Green+Blue) = 10+153+11=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 153 (60.16% from 255 or 87.93% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 153 - color contains mainly: green. Hex color #0A990B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A990B is #F566F4. Grayscale: #5E5E5E. Windows color (decimal): -16082677 or 760074. OLE color: 760074.

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

Color convert

RGB1015311-
CMYK0.9300.930.4
HSL120.42º87.73%31.96%-
HSV(B)120.42º93.46%60%-
XYZ11.5822.874.12-
YUV94.0681.1268.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 153 (60.16% from 255) = 87.93%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=5.75%
G=87.93%
B=6.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153110.9300.930.4120.4287.7331.96
HexA99B5D05D28785820
Octal122311313501355017013040
Binary101010011001101110111010101110110100011110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,153,11); }

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

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

 a { background-color: rgb(10,153,11); }

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

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

 span { border-color: rgb(10,153,11); }

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