Html Css Color HEX #0AA61A Islamic Green

📋 copy color: '#0AA61A'

red 10 ◦ green 166 ◦ blue 26

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

Shades of Islamic Green #0AA61A

Tints of Islamic Green #0AA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 82.18%

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 4.95%
G = 82.18%
B = 12.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#0AA61A (or 0x0AA61A) is known color: Islamic Green. HEX triplet: 0A, A6 and 1A. RGB value is (10,166,26). Sum of RGB (Red+Green+Blue) = 10+166+26=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 166 (65.23% from 255 or 82.18% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA61A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA61A is #F559E5. Grayscale: #676767. Windows color (decimal): -16079334 or 1746442. OLE color: 1746442.

HSL color Cylindrical-coordinate representation of color #0AA61A: hue angle of 126.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA61A is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 10 166 26 -
CMYK 0.94 0 0.84 0.35
HSL 126.15º 0.89% 0.35% -
HSV(B) 126.15º 0.94% 0.65% -
XYZ 13.95 27.41 5.53 -
YUV 103.4 84.32 61.38 -
System Red Green Blue C M Y K H S L
Decimal 10 166 26 0.94 0 0.84 0.35 126.15 0.89 0.35
Hex A A6 1A 5E 0 54 23 7E 59 23
Octal 12 246 32 136 0 124 43 176 131 43
Binary 1010 10100110 11010 1011110 0 1010100 100011 1111110 1011001 100011

Color Harmonies of #0AA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA61A

Black with #0AA61A

Text Example


Text Example

White with #0AA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,166,26); }

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

background-color css

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

 a { background-color: rgb(10,166,26); }

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

border-color css

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

 span { border-color: rgb(10,166,26); }

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