#16BD04

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

Shades of Islamic Green #16BD04

Tints of Islamic Green #16BD04

Color information

#16BD04 (or 0x16BD04) is unknown color: approx Islamic Green. HEX triplet: 16, BD and 04. RGB value is (22,189,4). Sum of RGB (Red+Green+Blue) = 22+189+4=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 189 (74.22% from 255 or 87.91% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BD04 is #E942FB. Grayscale: #767676. Windows color (decimal): -15287036 or 310550. OLE color: 310550.

HSL color Cylindrical-coordinate representation of color #16BD04: hue angle of 114.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16BD04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB221894-
CMYK0.8800.980.26
HSL114.16º95.85%37.84%-
HSV(B)114.16º97.88%74.12%-
XYZ18.5536.576.2-
YUV117.9863.6759.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 189 (74.22% from 255) = 87.91%
BLUE value IS 4 (1.95% from 255) = 1.86%
R=10.23%
G=87.91%
B=1.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2218940.8800.980.26114.1695.8537.84
Hex16BD4580621A726026
Octal26275413001423216214046
Binary10110101111011001011000011000101101011100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,189,4); }

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

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

 a { background-color: rgb(22,189,4); }

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

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

 span { border-color: rgb(22,189,4); }

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