#18AB10

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

Shades of Islamic Green #18AB10

Tints of Islamic Green #18AB10

Color information

#18AB10 (or 0x18AB10) is unknown color: approx Islamic Green. HEX triplet: 18, AB and 10. RGB value is (24,171,16). Sum of RGB (Red+Green+Blue) = 24+171+16=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 171 (67.19% from 255 or 81.04% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AB10 is #E754EF. Grayscale: #6D6D6D. Windows color (decimal): -15160560 or 1092376. OLE color: 1092376.

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

Color convert

RGB2417116-
CMYK0.8600.910.33
HSL116.9º82.89%36.67%-
HSV(B)116.9º90.64%67.06%-
XYZ15.0329.365.36-
YUV109.3875.367.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 171 (67.19% from 255) = 81.04%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=11.37%
G=81.04%
B=7.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24171160.8600.910.33116.982.8936.67
Hex18AB105605B21755325
Octal302532012601334116512345
Binary11000101010111000010101100101101110000111101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,171,16); }

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

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

 a { background-color: rgb(24,171,16); }

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

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

 span { border-color: rgb(24,171,16); }

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