#0AA41A

Color #0AA41A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0AA41A

Tints of Islamic Green #0AA41A

Color information

#0AA41A (or 0x0AA41A) is unknown color: approx Islamic Green. HEX triplet: 0A, A4 and 1A. RGB value is (10,164,26). Sum of RGB (Red+Green+Blue) = 10+164+26=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 164 (64.45% from 255 or 82% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA41A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA41A is #F55BE5. Grayscale: #666666. Windows color (decimal): -16079846 or 1745930. OLE color: 1745930.

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

Color convert

RGB1016426-
CMYK0.9400.840.36
HSL126.23º88.51%34.12%-
HSV(B)126.23º93.9%64.31%-
XYZ13.5926.695.41-
YUV102.2284.9862.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5%
GREEN value IS 164 (64.45% from 255) = 82%
BLUE value IS 26 (10.55% from 255) = 13%
R=5%
G=82%
B=13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10164260.9400.840.36126.2388.5134.12
HexAA41A5E054247e5922
Octal122443213601244417613142
Binary1010101001001101010111100101010010010011111101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AA41A;
 }
 .AnyTagClassName
 {
   color: #0AA41A;
 }
</style>
background-color css

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

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

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

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

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

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