#12B914

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

Shades of Islamic Green #12B914

Tints of Islamic Green #12B914

Color information

#12B914 (or 0x12B914) is unknown color: approx Islamic Green. HEX triplet: 12, B9 and 14. RGB value is (18,185,20). Sum of RGB (Red+Green+Blue) = 18+185+20=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 185 (72.66% from 255 or 82.96% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 185 - color contains mainly: green. Hex color #12B914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B914 is #ED46EB. Grayscale: #747474. Windows color (decimal): -15550188 or 1358098. OLE color: 1358098.

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

Color convert

RGB1818520-
CMYK0.9000.890.27
HSL120.72º82.27%39.8%-
HSV(B)120.72º90.27%72.55%-
XYZ17.7234.886.46-
YUV116.2673.6757.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 185 (72.66% from 255) = 82.96%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=8.07%
G=82.96%
B=8.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18185200.9000.890.27120.7282.2739.8
Hex12B9145A0591B795228
Octal222712413201313317112250
Binary1001010111001101001011010010110011101111110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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