#16B500

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

Shades of Islamic Green #16B500

Tints of Islamic Green #16B500

Color information

#16B500 (or 0x16B500) is unknown color: approx Islamic Green. HEX triplet: 16, B5 and 00. RGB value is (22,181,0). Sum of RGB (Red+Green+Blue) = 22+181+0=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 181 (71.09% from 255 or 89.16% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 181 - color contains mainly: green. Hex color #16B500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B500 is #E94AFF. Grayscale: #717171. Windows color (decimal): -15289088 or 46358. OLE color: 46358.

HSL color Cylindrical-coordinate representation of color #16B500: hue angle of 112.71º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16B500 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB221810-
CMYK0.88010.29
HSL112.71º100%35.49%-
HSV(B)112.71º100%70.98%-
XYZ16.8533.225.52-
YUV112.8264.3263.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 181 (71.09% from 255) = 89.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.84%
G=89.16%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2218100.88010.29112.7110035.49
Hex16B50580641D716423
Octal26265013001443516114443
Binary101101011010101011000011001001110111100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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