#0AA200

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

Shades of Islamic Green #0AA200

Tints of Islamic Green #0AA200

Color information

#0AA200 (or 0x0AA200) is unknown color: approx Islamic Green. HEX triplet: 0A, A2 and 00. RGB value is (10,162,0). Sum of RGB (Red+Green+Blue) = 10+162+0=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 162 (63.67% from 255 or 94.19% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA200 is #F55DFF. Grayscale: #626262. Windows color (decimal): -16080384 or 41482. OLE color: 41482.

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

Color convert

RGB101620-
CMYK0.94010.36
HSL116.3º100%31.76%-
HSV(B)116.3º100%63.53%-
XYZ13.0525.914.31-
YUV98.0872.6465.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.81%
GREEN value IS 162 (63.67% from 255) = 94.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.81%
G=94.19%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1016200.94010.36116.310031.76
HexAA205E06424746420
Octal12242013601444416414440
Binary101010100010010111100110010010010011101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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