#16B512

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

Shades of Islamic Green #16B512

Tints of Islamic Green #16B512

Color information

#16B512 (or 0x16B512) is unknown color: approx Islamic Green. HEX triplet: 16, B5 and 12. RGB value is (22,181,18). Sum of RGB (Red+Green+Blue) = 22+181+18=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 181 (71.09% from 255 or 81.90% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 181 - color contains mainly: green. Hex color #16B512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B512 is #E94AED. Grayscale: #737373. Windows color (decimal): -15289070 or 1226006. OLE color: 1226006.

HSL color Cylindrical-coordinate representation of color #16B512: hue angle of 118.53º 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 #16B512 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB2218118-
CMYK0.8800.900.29
HSL118.53º81.91%39.02%-
HSV(B)118.53º90.06%70.98%-
XYZ16.9633.266.1-
YUV114.8873.3261.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 181 (71.09% from 255) = 81.90%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=9.95%
G=81.90%
B=8.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22181180.8800.900.29118.5381.9139.02
Hex16B5125805A1D775227
Octal262652213001323516712247
Binary1011010110101100101011000010110101110111101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B512; }

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

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

<style>
 a { background-color: #16B512; }

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

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

<style>
 span { border-color: #16B512; }

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

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