#0AA21D

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

Shades of Islamic Green #0AA21D

Tints of Islamic Green #0AA21D

Color information

#0AA21D (or 0x0AA21D) is unknown color: approx Islamic Green. HEX triplet: 0A, A2 and 1D. RGB value is (10,162,29). Sum of RGB (Red+Green+Blue) = 10+162+29=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA21D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA21D is #F55DE2. Grayscale: #656565. Windows color (decimal): -16080355 or 1942026. OLE color: 1942026.

HSL color Cylindrical-coordinate representation of color #0AA21D: hue angle of 127.5º degrees, saturation: 0.88, 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 #0AA21D is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1016229-
CMYK0.9400.820.36
HSL127.5º88.37%33.73%-
HSV(B)127.5º93.83%63.53%-
XYZ13.2725.995.48-
YUV101.3987.1462.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 162 (63.67% from 255) = 80.60%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=4.98%
G=80.60%
B=14.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162290.9400.820.36127.588.3733.73
HexAA21D5E05224805822
Octal122423513601224420013042
Binary10101010001011101101111001010010100100100000001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,162,29); }

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

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

 a { background-color: rgb(10,162,29); }

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

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

 span { border-color: rgb(10,162,29); }

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