#12A606

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

Shades of Islamic Green #12A606

Tints of Islamic Green #12A606

Color information

#12A606 (or 0x12A606) is unknown color: approx Islamic Green. HEX triplet: 12, A6 and 06. RGB value is (18,166,6). Sum of RGB (Red+Green+Blue) = 18+166+6=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 166 (65.23% from 255 or 87.37% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 166 - color contains mainly: green. Hex color #12A606 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A606 is #ED59F9. Grayscale: #686868. Windows color (decimal): -15555066 or 435730. OLE color: 435730.

HSL color Cylindrical-coordinate representation of color #12A606: hue angle of 115.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12A606 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB181666-
CMYK0.8900.960.35
HSL115.5º93.02%33.73%-
HSV(B)115.5º96.39%65.1%-
XYZ13.9227.414.73-
YUV103.5172.9767.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 166 (65.23% from 255) = 87.37%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=9.47%
G=87.37%
B=3.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1816660.8900.960.35115.593.0233.73
Hex12A665906023745d22
Octal22246613101404316413542
Binary100101010011011010110010110000010001111101001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,166,6); }

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

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

 a { background-color: rgb(18,166,6); }

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

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

 span { border-color: rgb(18,166,6); }

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