#12A811

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

Shades of Islamic Green #12A811

Tints of Islamic Green #12A811

Color information

#12A811 (or 0x12A811) is unknown color: approx Islamic Green. HEX triplet: 12, A8 and 11. RGB value is (18,168,17). Sum of RGB (Red+Green+Blue) = 18+168+17=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 168 (66.02% from 255 or 82.76% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 168 - color contains mainly: green. Hex color #12A811 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A811 is #ED57EE. Grayscale: #6A6A6A. Windows color (decimal): -15554543 or 1157138. OLE color: 1157138.

HSL color Cylindrical-coordinate representation of color #12A811: hue angle of 119.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A811 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1816817-
CMYK0.8900.900.34
HSL119.6º81.62%36.27%-
HSV(B)119.6º89.88%65.88%-
XYZ14.3528.175.21-
YUV105.9477.8165.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 168 (66.02% from 255) = 82.76%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=8.87%
G=82.76%
B=8.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18168170.8900.900.34119.681.6236.27
Hex12A8115905A22785224
Octal222502113101324217012244
Binary10010101010001000110110010101101010001011110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,168,17); }

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

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

 a { background-color: rgb(18,168,17); }

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

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

 span { border-color: rgb(18,168,17); }

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