Html Css Color HEX #099B0B Islamic Green

📋 copy color: '#099B0B'

red 9 ◦ green 155 ◦ blue 11

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

Shades of Islamic Green #099B0B

Tints of Islamic Green #099B0B

RGB

 RED value IS 9 (3.91% from 255) = 5.14%

 GREEN value IS 155 (60.94% from 255) = 88.57%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 5.14%
G = 88.57%
B = 6.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#099B0B (or 0x099B0B) is known color: Islamic Green. HEX triplet: 09, 9B and 0B. RGB value is (9,155,11). Sum of RGB (Red+Green+Blue) = 9+155+11=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 155 (60.94% from 255 or 88.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 155 - color contains mainly: green. Hex color #099B0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099B0B is #F664F4. Grayscale: #5F5F5F. Windows color (decimal): -16147701 or 760585. OLE color: 760585.

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

Color convert

RGB 9 155 11 -
CMYK 0.94 0 0.93 0.39
HSL 120.82º 0.89% 0.32% -
HSV(B) 120.82º 0.94% 0.61% -
XYZ 11.89 23.52 4.23 -
YUV 94.93 80.63 66.71 -
System Red Green Blue C M Y K H S L
Decimal 9 155 11 0.94 0 0.93 0.39 120.82 0.89 0.32
Hex 9 9B B 5E 0 5D 27 79 59 20
Octal 11 233 13 136 0 135 47 171 131 40
Binary 1001 10011011 1011 1011110 0 1011101 100111 1111001 1011001 100000

Color Harmonies of #099B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B0B

Black with #099B0B

Text Example


Text Example

White with #099B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #099B0B;
 }
 .AnyTagClassName
 {
   color: #099B0B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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