#12b20e

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

Shades of Islamic Green #12B20E

Tints of Islamic Green #12B20E

Color information

#12B20E (or 0x12B20E) is unknown color: approx Islamic Green. HEX triplet: 12, B2 and 0E. RGB value is (18,178,14). Sum of RGB (Red+Green+Blue) = 18+178+14=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 178 (69.92% from 255 or 84.76% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 178 - color contains mainly: green. Hex color #12B20E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12B20E is #ED4DF1. Grayscale: #6F6F6F. Windows color (decimal): -15551986 or 963090. OLE color: 963090.

HSL color Cylindrical-coordinate representation of color #12B20E: hue angle of 118.54º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B20E is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1817814-
CMYK0.9000.920.30
HSL118.54º85.42%37.65%-
HSV(B)118.54º92.13%69.8%-
XYZ16.25325.74-
YUV111.4672.9961.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 178 (69.92% from 255) = 84.76%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=8.57%
G=84.76%
B=6.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18178140.9000.920.30118.5485.4237.65
Hex12B2E5A05C1E775526
Octal222621613201343616712546
Binary100101011001011101011010010111001111011101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12b20e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,178,14); }

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

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

 a { background-color: rgb(18,178,14); }

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

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

 span { border-color: rgb(18,178,14); }

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