#0AA61C

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

Shades of Islamic Green #0AA61C

Tints of Islamic Green #0AA61C

Color information

#0AA61C (or 0x0AA61C) is unknown color: approx Islamic Green. HEX triplet: 0A, A6 and 1C. RGB value is (10,166,28). Sum of RGB (Red+Green+Blue) = 10+166+28=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 166 (65.23% from 255 or 81.37% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA61C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA61C is #F559E3. Grayscale: #686868. Windows color (decimal): -16079332 or 1877514. OLE color: 1877514.

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

Color convert

RGB1016628-
CMYK0.9400.830.35
HSL126.92º88.64%34.51%-
HSV(B)126.92º93.98%65.1%-
XYZ13.9727.425.66-
YUV103.6285.3261.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 166 (65.23% from 255) = 81.37%
BLUE value IS 28 (11.33% from 255) = 13.73%
R=4.90%
G=81.37%
B=13.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10166280.9400.830.35126.9288.6434.51
HexAA61C5E053237f5923
Octal122463413601234317713143
Binary1010101001101110010111100101001110001111111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,166,28); }

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

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

 a { background-color: rgb(10,166,28); }

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

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

 span { border-color: rgb(10,166,28); }

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