Html Css Color HEX #099C0C Islamic Green

📋 copy color: '#099C0C'

red 9 ◦ green 156 ◦ blue 12

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

Shades of Islamic Green #099C0C

Tints of Islamic Green #099C0C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 88.14%

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

R = 5.08%
G = 88.14%
B = 6.78%

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

#099C0C (or 0x099C0C) is known color: Islamic Green. HEX triplet: 09, 9C and 0C. RGB value is (9,156,12). Sum of RGB (Red+Green+Blue) = 9+156+12=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 156 (61.33% from 255 or 88.14% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 156 - color contains mainly: green. Hex color #099C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C0C is #F663F3. Grayscale: #606060. Windows color (decimal): -16147444 or 826377. OLE color: 826377.

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

Color convert

RGB 9 156 12 -
CMYK 0.94 0 0.92 0.39
HSL 121.22º 0.89% 0.32% -
HSV(B) 121.22º 0.94% 0.61% -
XYZ 12.07 23.86 4.32 -
YUV 95.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 9 156 12 0.94 0 0.92 0.39 121.22 0.89 0.32
Hex 9 9C C 5E 0 5C 27 79 59 20
Octal 11 234 14 136 0 134 47 171 131 40
Binary 1001 10011100 1100 1011110 0 1011100 100111 1111001 1011001 100000

Color Harmonies of #099C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C0C

Black with #099C0C

Text Example


Text Example

White with #099C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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