#0AA202

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

Shades of Islamic Green #0AA202

Tints of Islamic Green #0AA202

Color information

#0AA202 (or 0x0AA202) is unknown color: approx Islamic Green. HEX triplet: 0A, A2 and 02. RGB value is (10,162,2). Sum of RGB (Red+Green+Blue) = 10+162+2=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 162 (63.67% from 255 or 93.10% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA202 is #F55DFD. Grayscale: #626262. Windows color (decimal): -16080382 or 172554. OLE color: 172554.

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

Color convert

RGB101622-
CMYK0.9400.990.36
HSL117º97.56%32.16%-
HSV(B)117º98.77%63.53%-
XYZ13.0625.914.37-
YUV98.3173.6465.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 162 (63.67% from 255) = 93.10%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=5.75%
G=93.10%
B=1.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1016220.9400.990.3611797.5632.16
HexAA225E06324756220
Octal12242213601434416514240
Binary1010101000101010111100110001110010011101011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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