Html Css Color HEX #0AAA06 Islamic Green

📋 copy color: '#0AAA06'

red 10 ◦ green 170 ◦ blue 6

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

Shades of Islamic Green #0AAA06

Tints of Islamic Green #0AAA06

RGB

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

 GREEN value IS 170 (66.8% from 255) = 91.4%

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

R = 5.38%
G = 91.4%
B = 3.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#0AAA06 (or 0x0AAA06) is known color: Islamic Green. HEX triplet: 0A, AA and 06. RGB value is (10,170,6). Sum of RGB (Red+Green+Blue) = 10+170+6=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 170 (66.80% from 255 or 91.40% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAA06 is #F555F9. Grayscale: #676767. Windows color (decimal): -16078330 or 436746. OLE color: 436746.

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

Color convert

RGB 10 170 6 -
CMYK 0.94 0 0.96 0.33
HSL 118.54º 0.93% 0.35% -
HSV(B) 118.54º 0.96% 0.67% -
XYZ 14.53 28.83 4.97 -
YUV 103.46 72.99 61.34 -
System Red Green Blue C M Y K H S L
Decimal 10 170 6 0.94 0 0.96 0.33 118.54 0.93 0.35
Hex A AA 6 5E 0 60 21 77 5D 23
Octal 12 252 6 136 0 140 41 167 135 43
Binary 1010 10101010 110 1011110 0 1100000 100001 1110111 1011101 100011

Color Harmonies of #0AAA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA06

Black with #0AAA06

Text Example


Text Example

White with #0AAA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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