Html Css Color HEX #0AA006 Islamic Green

📋 copy color: '#0AA006'

red 10 ◦ green 160 ◦ blue 6

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

Shades of Islamic Green #0AA006

Tints of Islamic Green #0AA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 5.68%
G = 90.91%
B = 3.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#0AA006 (or 0x0AA006) is known color: Islamic Green. HEX triplet: 0A, A0 and 06. RGB value is (10,160,6). Sum of RGB (Red+Green+Blue) = 10+160+6=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 160 (62.89% from 255 or 90.91% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA006 is #F55FF9. Grayscale: #626262. Windows color (decimal): -16080890 or 434186. OLE color: 434186.

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

Color convert

RGB 10 160 6 -
CMYK 0.94 0 0.96 0.37
HSL 118.44º 0.93% 0.33% -
HSV(B) 118.44º 0.96% 0.63% -
XYZ 12.73 25.22 4.37 -
YUV 97.59 76.31 65.52 -
System Red Green Blue C M Y K H S L
Decimal 10 160 6 0.94 0 0.96 0.37 118.44 0.93 0.33
Hex A A0 6 5E 0 60 25 76 5D 21
Octal 12 240 6 136 0 140 45 166 135 41
Binary 1010 10100000 110 1011110 0 1100000 100101 1110110 1011101 100001

Color Harmonies of #0AA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA006

Black with #0AA006

Text Example


Text Example

White with #0AA006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,160,6); }

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

background-color css

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

 a { background-color: rgb(10,160,6); }

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

border-color css

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

 span { border-color: rgb(10,160,6); }

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