#12AC15

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

Shades of Islamic Green #12AC15

Tints of Islamic Green #12AC15

Color information

#12AC15 (or 0x12AC15) is unknown color: approx Islamic Green. HEX triplet: 12, AC and 15. RGB value is (18,172,21). Sum of RGB (Red+Green+Blue) = 18+172+21=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 172 (67.58% from 255 or 81.52% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC15 is #ED53EA. Grayscale: #6D6D6D. Windows color (decimal): -15553515 or 1420306. OLE color: 1420306.

HSL color Cylindrical-coordinate representation of color #12AC15: hue angle of 121.17º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC15 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1817221-
CMYK0.9000.880.33
HSL121.17º81.05%37.25%-
HSV(B)121.17º89.53%67.45%-
XYZ15.1429.695.64-
YUV108.7478.4863.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 172 (67.58% from 255) = 81.52%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=8.53%
G=81.52%
B=9.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18172210.9000.880.33121.1781.0537.25
Hex12AC155A05821795125
Octal222542513201304117112145
Binary10010101011001010110110100101100010000111110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AC15; }

 p { color: rgb(18,172,21); }

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

<style>
 a { background-color: #12AC15; }

 a { background-color: rgb(18,172,21); }

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

<style>
 span { border-color: #12AC15; }

 span { border-color: rgb(18,172,21); }

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