#12B514

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

Shades of Islamic Green #12B514

Tints of Islamic Green #12B514

Color information

#12B514 (or 0x12B514) is unknown color: approx Islamic Green. HEX triplet: 12, B5 and 14. RGB value is (18,181,20). Sum of RGB (Red+Green+Blue) = 18+181+20=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 181 (71.09% from 255 or 82.65% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 181 - color contains mainly: green. Hex color #12B514 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B514 is #ED4AEB. Grayscale: #727272. Windows color (decimal): -15551212 or 1357074. OLE color: 1357074.

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

Color convert

RGB1818120-
CMYK0.9000.890.29
HSL120.74º81.91%39.02%-
HSV(B)120.74º90.06%70.98%-
XYZ16.933.236.18-
YUV113.917559.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 181 (71.09% from 255) = 82.65%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=8.22%
G=82.65%
B=9.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18181200.9000.890.29120.7481.9139.02
Hex12B5145A0591D795227
Octal222652413201313517112247
Binary1001010110101101001011010010110011110111110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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