#12C606

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

Shades of Islamic Green #12C606

Tints of Islamic Green #12C606

Color information

#12C606 (or 0x12C606) is unknown color: approx Islamic Green. HEX triplet: 12, C6 and 06. RGB value is (18,198,6). Sum of RGB (Red+Green+Blue) = 18+198+6=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 198 (77.73% from 255 or 89.19% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 198 - color contains mainly: green. Hex color #12C606 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C606 is #ED39F9. Grayscale: #7A7A7A. Windows color (decimal): -15546874 or 443922. OLE color: 443922.

HSL color Cylindrical-coordinate representation of color #12C606: hue angle of 116.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12C606 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB181986-
CMYK0.9100.970.22
HSL116.25º94.12%40%-
HSV(B)116.25º96.97%77.65%-
XYZ20.4840.536.92-
YUV122.2962.3753.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 198 (77.73% from 255) = 89.19%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=8.11%
G=89.19%
B=2.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1819860.9100.970.22116.2594.1240
Hex12C665B06116745e28
Octal22306613301412616413650
Binary10010110001101101011011011000011011011101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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