#0AA51A

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

Shades of Islamic Green #0AA51A

Tints of Islamic Green #0AA51A

Color information

#0AA51A (or 0x0AA51A) is unknown color: approx Islamic Green. HEX triplet: 0A, A5 and 1A. RGB value is (10,165,26). Sum of RGB (Red+Green+Blue) = 10+165+26=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 165 (64.84% from 255 or 82.09% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA51A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA51A is #F55AE5. Grayscale: #676767. Windows color (decimal): -16079590 or 1746186. OLE color: 1746186.

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

Color convert

RGB1016526-
CMYK0.9400.840.35
HSL126.19º88.57%34.31%-
HSV(B)126.19º93.94%64.71%-
XYZ13.7727.055.47-
YUV102.8184.6561.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 165 (64.84% from 255) = 82.09%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=4.98%
G=82.09%
B=12.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10165260.9400.840.35126.1988.5734.31
HexAA51A5E054237e5922
Octal122453213601244317613142
Binary1010101001011101010111100101010010001111111101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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