Html Css Color HEX #0A900C Islamic Green

📋 copy color: '#0A900C'

red 10 ◦ green 144 ◦ blue 12

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

Shades of Islamic Green #0A900C

Tints of Islamic Green #0A900C

RGB

 RED value IS 10 (4.3% from 255) = 6.02%

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

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

R = 6.02%
G = 86.75%
B = 7.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#0A900C (or 0x0A900C) is known color: Islamic Green. HEX triplet: 0A, 90 and 0C. RGB value is (10,144,12). Sum of RGB (Red+Green+Blue) = 10+144+12=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 144 (56.64% from 255 or 86.75% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 144 - color contains mainly: green. Hex color #0A900C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A900C is #F56FF3. Grayscale: #595959. Windows color (decimal): -16084980 or 823306. OLE color: 823306.

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

Color convert

RGB 10 144 12 -
CMYK 0.93 0 0.92 0.44
HSL 120.9º 0.87% 0.3% -
HSV(B) 120.9º 0.93% 0.56% -
XYZ 10.16 20.04 3.68 -
YUV 88.89 84.61 71.73 -
System Red Green Blue C M Y K H S L
Decimal 10 144 12 0.93 0 0.92 0.44 120.9 0.87 0.3
Hex A 90 C 5D 0 5C 2C 79 57 1E
Octal 12 220 14 135 0 134 54 171 127 36
Binary 1010 10010000 1100 1011101 0 1011100 101100 1111001 1010111 11110

Color Harmonies of #0A900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A900C

Black with #0A900C

Text Example


Text Example

White with #0A900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A900C; }

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

 H1.HeaderClassName
 {
   color: #0A900C;
 }
 .AnyTagClassName
 {
   color: #0A900C;
 }
</style>

background-color css

<style>
 a { background-color: #0A900C; }

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

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

border-color css

<style>
 span { border-color: #0A900C; }

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

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