#18AB0C

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

Shades of Islamic Green #18AB0C

Tints of Islamic Green #18AB0C

Color information

#18AB0C (or 0x18AB0C) is unknown color: approx Islamic Green. HEX triplet: 18, AB and 0C. RGB value is (24,171,12). Sum of RGB (Red+Green+Blue) = 24+171+12=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 171 (67.19% from 255 or 82.61% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AB0C is #E754F3. Grayscale: #6D6D6D. Windows color (decimal): -15160564 or 830232. OLE color: 830232.

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

Color convert

RGB2417112-
CMYK0.8600.930.33
HSL115.47º86.89%35.88%-
HSV(B)115.47º92.98%67.06%-
XYZ15.0129.355.22-
YUV108.9273.367.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 171 (67.19% from 255) = 82.61%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=11.59%
G=82.61%
B=5.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24171120.8600.930.33115.4786.8935.88
Hex18ABC5605D21735724
Octal302531412601354116312744
Binary1100010101011110010101100101110110000111100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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