#16B40E

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

Shades of Islamic Green #16B40E

Tints of Islamic Green #16B40E

Color information

#16B40E (or 0x16B40E) is unknown color: approx Islamic Green. HEX triplet: 16, B4 and 0E. RGB value is (22,180,14). Sum of RGB (Red+Green+Blue) = 22+180+14=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 180 (70.70% from 255 or 83.33% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 180 - color contains mainly: green. Hex color #16B40E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B40E is #E94BF1. Grayscale: #727272. Windows color (decimal): -15289330 or 963606. OLE color: 963606.

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

Color convert

RGB2218014-
CMYK0.8800.920.29
HSL117.11º85.57%38.04%-
HSV(B)117.11º92.22%70.59%-
XYZ16.7332.845.87-
YUV113.8371.6562.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 180 (70.70% from 255) = 83.33%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=10.19%
G=83.33%
B=6.48%

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
Decimal22180140.8800.920.29117.1185.5738.04
Hex16B4E5805C1D755626
Octal262641613001343516512646
Binary101101011010011101011000010111001110111101011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,180,14); }

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

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

 a { background-color: rgb(22,180,14); }

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

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

 span { border-color: rgb(22,180,14); }

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