Html Css Color HEX #099B0C Islamic Green

📋 copy color: '#099B0C'

red 9 ◦ green 155 ◦ blue 12

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

Shades of Islamic Green #099B0C

Tints of Islamic Green #099B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 5.11%
G = 88.07%
B = 6.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#099B0C (or 0x099B0C) is known color: Islamic Green. HEX triplet: 09, 9B and 0C. RGB value is (9,155,12). Sum of RGB (Red+Green+Blue) = 9+155+12=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 155 (60.94% from 255 or 88.07% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 155 - color contains mainly: green. Hex color #099B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099B0C is #F664F3. Grayscale: #5F5F5F. Windows color (decimal): -16147700 or 826121. OLE color: 826121.

HSL color Cylindrical-coordinate representation of color #099B0C: hue angle of 121.23º 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 #099B0C is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 155 12 -
CMYK 0.94 0 0.92 0.39
HSL 121.23º 0.89% 0.32% -
HSV(B) 121.23º 0.94% 0.61% -
XYZ 11.9 23.53 4.26 -
YUV 95.04 81.13 66.63 -
System Red Green Blue C M Y K H S L
Decimal 9 155 12 0.94 0 0.92 0.39 121.23 0.89 0.32
Hex 9 9B C 5E 0 5C 27 79 59 20
Octal 11 233 14 136 0 134 47 171 131 40
Binary 1001 10011011 1100 1011110 0 1011100 100111 1111001 1011001 100000

Color Harmonies of #099B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B0C

Black with #099B0C

Text Example


Text Example

White with #099B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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