#12AC14

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

Shades of Islamic Green #12AC14

Tints of Islamic Green #12AC14

Color information

#12AC14 (or 0x12AC14) is unknown color: approx Islamic Green. HEX triplet: 12, AC and 14. RGB value is (18,172,20). Sum of RGB (Red+Green+Blue) = 18+172+20=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 172 (67.58% from 255 or 81.90% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AC14 is #ED53EB. Grayscale: #6D6D6D. Windows color (decimal): -15553516 or 1354770. OLE color: 1354770.

HSL color Cylindrical-coordinate representation of color #12AC14: hue angle of 120.78º 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 #12AC14 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1817220-
CMYK0.9000.880.33
HSL120.78º81.05%37.25%-
HSV(B)120.78º89.53%67.45%-
XYZ15.1329.685.59-
YUV108.6377.9863.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 172 (67.58% from 255) = 81.90%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=8.57%
G=81.90%
B=9.52%

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
Decimal18172200.9000.880.33120.7881.0537.25
Hex12AC145A05821795125
Octal222542413201304117112145
Binary10010101011001010010110100101100010000111110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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