Html Css Color HEX #0A990B Islamic Green

📋 copy color: '#0A990B'

red 10 ◦ green 153 ◦ blue 11

#0A990B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0A990B

Tints of Islamic Green #0A990B

RGB

 RED value IS 10 (4.3% 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 value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#0A990B (or 0x0A990B) is known color: 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

RGB 10 153 11 -
CMYK 0.93 0 0.93 0.4
HSL 120.42º 0.88% 0.32% -
HSV(B) 120.42º 0.93% 0.6% -
XYZ 11.58 22.87 4.12 -
YUV 94.06 81.12 68.05 -
System Red Green Blue C M Y K H S L
Decimal 10 153 11 0.93 0 0.93 0.4 120.42 0.88 0.32
Hex A 99 B 5D 0 5D 28 78 58 20
Octal 12 231 13 135 0 135 50 170 130 40
Binary 1010 10011001 1011 1011101 0 1011101 101000 1111000 1011000 100000

Color Harmonies of #0A990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A990B

Black with #0A990B

Text Example


Text Example

White with #0A990B

Text Example


Text Example

HTML Codes & Css Web 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>