Html Css Color HEX #09A00C Islamic Green

📋 copy color: '#09A00C'

red 9 ◦ green 160 ◦ blue 12

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

Shades of Islamic Green #09A00C

Tints of Islamic Green #09A00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 88.4%

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

R = 4.97%
G = 88.4%
B = 6.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#09A00C (or 0x09A00C) is known color: Islamic Green. HEX triplet: 09, A0 and 0C. RGB value is (9,160,12). Sum of RGB (Red+Green+Blue) = 9+160+12=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 160 (62.89% from 255 or 88.40% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 160 - color contains mainly: green. Hex color #09A00C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09A00C is #F65FF3. Grayscale: #626262. Windows color (decimal): -16146420 or 827401. OLE color: 827401.

HSL color Cylindrical-coordinate representation of color #09A00C: hue angle of 121.19º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A00C is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 160 12 -
CMYK 0.94 0 0.93 0.37
HSL 121.19º 0.89% 0.33% -
HSV(B) 121.19º 0.94% 0.63% -
XYZ 12.75 25.23 4.54 -
YUV 97.98 79.47 64.53 -
System Red Green Blue C M Y K H S L
Decimal 9 160 12 0.94 0 0.93 0.37 121.19 0.89 0.33
Hex 9 A0 C 5E 0 5D 25 79 59 21
Octal 11 240 14 136 0 135 45 171 131 41
Binary 1001 10100000 1100 1011110 0 1011101 100101 1111001 1011001 100001

Color Harmonies of #09A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A00C

Black with #09A00C

Text Example


Text Example

White with #09A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A00C; }

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

 H1.HeaderClassName
 {
   color: #09A00C;
 }
 .AnyTagClassName
 {
   color: #09A00C;
 }
</style>

background-color css

<style>
 a { background-color: #09A00C; }

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

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

border-color css

<style>
 span { border-color: #09A00C; }

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

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