#18AA0A

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

Shades of Islamic Green #18AA0A

Tints of Islamic Green #18AA0A

Color information

#18AA0A (or 0x18AA0A) is unknown color: approx Islamic Green. HEX triplet: 18, AA and 0A. RGB value is (24,170,10). Sum of RGB (Red+Green+Blue) = 24+170+10=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 170 (66.80% from 255 or 83.33% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AA0A is #E755F5. Grayscale: #6C6C6C. Windows color (decimal): -15160822 or 698904. OLE color: 698904.

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

Color convert

RGB2417010-
CMYK0.8600.940.33
HSL114.75º88.89%35.29%-
HSV(B)114.75º94.12%66.67%-
XYZ14.8128.975.1-
YUV108.1172.6368.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 170 (66.80% from 255) = 83.33%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=11.76%
G=83.33%
B=4.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24170100.8600.940.33114.7588.8935.29
Hex18AAA5605E21735923
Octal302521212601364116313143
Binary1100010101010101010101100101111010000111100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AA0A; }

 p { color: rgb(24,170,10); }

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

<style>
 a { background-color: #18AA0A; }

 a { background-color: rgb(24,170,10); }

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

<style>
 span { border-color: #18AA0A; }

 span { border-color: rgb(24,170,10); }

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