#16A211

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

Shades of Islamic Green #16A211

Tints of Islamic Green #16A211

Color information

#16A211 (or 0x16A211) is unknown color: approx Islamic Green. HEX triplet: 16, A2 and 11. RGB value is (22,162,17). Sum of RGB (Red+Green+Blue) = 22+162+17=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #16A211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16A211 is #E95DEE. Grayscale: #686868. Windows color (decimal): -15293935 or 1155606. OLE color: 1155606.

HSL color Cylindrical-coordinate representation of color #16A211: hue angle of 117.93º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16A211 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB2216217-
CMYK0.8600.900.36
HSL117.93º81.01%35.1%-
HSV(B)117.93º89.51%63.53%-
XYZ13.3526.054.86-
YUV103.6179.1269.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 162 (63.67% from 255) = 80.60%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=10.95%
G=80.60%
B=8.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22162170.8600.900.36117.9381.0135.1
Hex16A2115605A24765123
Octal262422112601324416612143
Binary10110101000101000110101100101101010010011101101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,162,17); }

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

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

 a { background-color: rgb(22,162,17); }

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

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

 span { border-color: rgb(22,162,17); }

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