#16C700

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

Shades of Islamic Green #16C700

Tints of Islamic Green #16C700

Color information

#16C700 (or 0x16C700) is unknown color: approx Islamic Green. HEX triplet: 16, C7 and 00. RGB value is (22,199,0). Sum of RGB (Red+Green+Blue) = 22+199+0=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 199 (78.12% from 255 or 90.05% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 199 - color contains mainly: green. Hex color #16C700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C700 is #E938FF. Grayscale: #7C7C7C. Windows color (decimal): -15284480 or 50966. OLE color: 50966.

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

Color convert

RGB221990-
CMYK0.89010.22
HSL113.37º100%39.02%-
HSV(B)113.37º100%78.04%-
XYZ20.7541.026.82-
YUV123.3958.3655.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 199 (78.12% from 255) = 90.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.95%
G=90.05%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2219900.89010.22113.3710039.02
Hex16C705906416716427
Octal26307013101442616114447
Binary101101100011101011001011001001011011100011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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