#16C801

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

Shades of Islamic Green #16C801

Tints of Islamic Green #16C801

Color information

#16C801 (or 0x16C801) is unknown color: approx Islamic Green. HEX triplet: 16, C8 and 01. RGB value is (22,200,1). Sum of RGB (Red+Green+Blue) = 22+200+1=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 200 (78.52% from 255 or 89.69% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 200 - color contains mainly: green. Hex color #16C801 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C801 is #E937FE. Grayscale: #7C7C7C. Windows color (decimal): -15284223 or 116758. OLE color: 116758.

HSL color Cylindrical-coordinate representation of color #16C801: hue angle of 113.67º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16C801 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB222001-
CMYK0.8901.000.22
HSL113.67º99%39.41%-
HSV(B)113.67º99.5%78.43%-
XYZ20.9941.486.93-
YUV124.0958.5355.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 200 (78.52% from 255) = 89.69%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=9.87%
G=89.69%
B=0.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2220010.8901.000.22113.679939.41
Hex16C815906416726327
Octal26310113101442616214347
Binary101101100100011011001011001001011011100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,200,1); }

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

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

 a { background-color: rgb(22,200,1); }

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

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

 span { border-color: rgb(22,200,1); }

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