#16B50F

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

Shades of Islamic Green #16B50F

Tints of Islamic Green #16B50F

Color information

#16B50F (or 0x16B50F) is unknown color: approx Islamic Green. HEX triplet: 16, B5 and 0F. RGB value is (22,181,15). Sum of RGB (Red+Green+Blue) = 22+181+15=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 181 (71.09% from 255 or 83.03% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 181 - color contains mainly: green. Hex color #16B50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B50F is #E94AF0. Grayscale: #737373. Windows color (decimal): -15289073 or 1029398. OLE color: 1029398.

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

Color convert

RGB2218115-
CMYK0.8800.920.29
HSL117.47º84.69%38.43%-
HSV(B)117.47º91.71%70.98%-
XYZ16.9433.255.98-
YUV114.5471.8262-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 181 (71.09% from 255) = 83.03%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=10.09%
G=83.03%
B=6.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22181150.8800.920.29117.4784.6938.43
Hex16B5F5805C1D755526
Octal262651713001343516512546
Binary101101011010111111011000010111001110111101011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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