#0AA51B

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

Shades of Islamic Green #0AA51B

Tints of Islamic Green #0AA51B

Color information

#0AA51B (or 0x0AA51B) is unknown color: approx Islamic Green. HEX triplet: 0A, A5 and 1B. RGB value is (10,165,27). Sum of RGB (Red+Green+Blue) = 10+165+27=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 165 (64.84% from 255 or 81.68% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA51B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA51B is #F55AE4. Grayscale: #676767. Windows color (decimal): -16079589 or 1811722. OLE color: 1811722.

HSL color Cylindrical-coordinate representation of color #0AA51B: hue angle of 126.58º 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 #0AA51B is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1016527-
CMYK0.9400.840.35
HSL126.58º88.57%34.31%-
HSV(B)126.58º93.94%64.71%-
XYZ13.7827.055.53-
YUV102.9285.1561.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 165 (64.84% from 255) = 81.68%
BLUE value IS 27 (10.94% from 255) = 13.37%
R=4.95%
G=81.68%
B=13.37%

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
Decimal10165270.9400.840.35126.5888.5734.31
HexAA51B5E054237f5922
Octal122453313601244317713142
Binary1010101001011101110111100101010010001111111111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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