#0AA115

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

Shades of Islamic Green #0AA115

Tints of Islamic Green #0AA115

Color information

#0AA115 (or 0x0AA115) is unknown color: approx Islamic Green. HEX triplet: 0A, A1 and 15. RGB value is (10,161,21). Sum of RGB (Red+Green+Blue) = 10+161+21=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 161 (63.28% from 255 or 83.85% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA115 is #F55EEA. Grayscale: #646464. Windows color (decimal): -16080619 or 1417482. OLE color: 1417482.

HSL color Cylindrical-coordinate representation of color #0AA115: hue angle of 124.37º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA115 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB1016121-
CMYK0.9400.870.37
HSL124.37º88.3%33.53%-
HSV(B)124.37º93.79%63.14%-
XYZ13.0125.614.97-
YUV99.8983.4763.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.21%
GREEN value IS 161 (63.28% from 255) = 83.85%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=5.21%
G=83.85%
B=10.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10161210.9400.870.37124.3788.333.53
HexAA1155E057257c5822
Octal122412513601274517413042
Binary1010101000011010110111100101011110010111111001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,161,21); }

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

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

 a { background-color: rgb(10,161,21); }

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

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

 span { border-color: rgb(10,161,21); }

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