#16B612

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

Shades of Islamic Green #16B612

Tints of Islamic Green #16B612

Color information

#16B612 (or 0x16B612) is unknown color: approx Islamic Green. HEX triplet: 16, B6 and 12. RGB value is (22,182,18). Sum of RGB (Red+Green+Blue) = 22+182+18=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 182 (71.48% from 255 or 81.98% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 182 - color contains mainly: green. Hex color #16B612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B612 is #E949ED. Grayscale: #737373. Windows color (decimal): -15288814 or 1226262. OLE color: 1226262.

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

Color convert

RGB2218218-
CMYK0.8800.900.29
HSL118.54º82%39.22%-
HSV(B)118.54º90.11%71.37%-
XYZ17.1733.676.17-
YUV115.4672.9961.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 182 (71.48% from 255) = 81.98%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=9.91%
G=81.98%
B=8.11%

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
Decimal22182180.8800.900.29118.548239.22
Hex16B6125805A1D775227
Octal262662213001323516712247
Binary1011010110110100101011000010110101110111101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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