#16B313

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

Shades of Islamic Green #16B313

Tints of Islamic Green #16B313

Color information

#16B313 (or 0x16B313) is unknown color: approx Islamic Green. HEX triplet: 16, B3 and 13. RGB value is (22,179,19). Sum of RGB (Red+Green+Blue) = 22+179+19=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 179 (70.31% from 255 or 81.36% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 179 - color contains mainly: green. Hex color #16B313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B313 is #E94CEC. Grayscale: #727272. Windows color (decimal): -15289581 or 1291030. OLE color: 1291030.

HSL color Cylindrical-coordinate representation of color #16B313: hue angle of 118.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16B313 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB2217919-
CMYK0.8800.890.30
HSL118.88º80.81%38.82%-
HSV(B)118.88º89.39%70.2%-
XYZ16.5732.466.01-
YUV113.8274.4962.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 179 (70.31% from 255) = 81.36%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=10%
G=81.36%
B=8.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22179190.8800.890.30118.8880.8138.82
Hex16B313580591E775127
Octal262632313001313616712147
Binary1011010110011100111011000010110011111011101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,179,19); }

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

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

 a { background-color: rgb(22,179,19); }

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

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

 span { border-color: rgb(22,179,19); }

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