#12B50E

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

Shades of Islamic Green #12B50E

Tints of Islamic Green #12B50E

Color information

#12B50E (or 0x12B50E) is unknown color: approx Islamic Green. HEX triplet: 12, B5 and 0E. RGB value is (18,181,14). Sum of RGB (Red+Green+Blue) = 18+181+14=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 181 (71.09% from 255 or 84.98% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 181 - color contains mainly: green. Hex color #12B50E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B50E is #ED4AF1. Grayscale: #717171. Windows color (decimal): -15551218 or 963858. OLE color: 963858.

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

Color convert

RGB1818114-
CMYK0.9000.920.29
HSL118.56º85.64%38.24%-
HSV(B)118.56º92.27%70.98%-
XYZ16.8533.215.94-
YUV113.227260.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 181 (71.09% from 255) = 84.98%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=8.45%
G=84.98%
B=6.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18181140.9000.920.29118.5685.6438.24
Hex12B5E5A05C1D775626
Octal222651613201343516712646
Binary100101011010111101011010010111001110111101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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