Html Css Color HEX #09900C Islamic Green

📋 copy color: '#09900C'

red 9 ◦ green 144 ◦ blue 12

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

Shades of Islamic Green #09900C

Tints of Islamic Green #09900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 87.27%

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

R = 5.45%
G = 87.27%
B = 7.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#09900C (or 0x09900C) is known color: Islamic Green. HEX triplet: 09, 90 and 0C. RGB value is (9,144,12). Sum of RGB (Red+Green+Blue) = 9+144+12=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #09900C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09900C is #F66FF3. Grayscale: #585858. Windows color (decimal): -16150516 or 823305. OLE color: 823305.

HSL color Cylindrical-coordinate representation of color #09900C: hue angle of 121.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09900C is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 12 -
CMYK 0.94 0 0.92 0.44
HSL 121.33º 0.88% 0.3% -
HSV(B) 121.33º 0.94% 0.56% -
XYZ 10.15 20.03 3.68 -
YUV 88.59 84.77 71.23 -
System Red Green Blue C M Y K H S L
Decimal 9 144 12 0.94 0 0.92 0.44 121.33 0.88 0.3
Hex 9 90 C 5E 0 5C 2C 79 58 1E
Octal 11 220 14 136 0 134 54 171 130 36
Binary 1001 10010000 1100 1011110 0 1011100 101100 1111001 1011000 11110

Color Harmonies of #09900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09900C

Black with #09900C

Text Example


Text Example

White with #09900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09900C; }

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

 H1.HeaderClassName
 {
   color: #09900C;
 }
 .AnyTagClassName
 {
   color: #09900C;
 }
</style>

background-color css

<style>
 a { background-color: #09900C; }

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

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

border-color css

<style>
 span { border-color: #09900C; }

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

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