#16C007

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

Shades of Islamic Green #16C007

Tints of Islamic Green #16C007

Color information

#16C007 (or 0x16C007) is unknown color: approx Islamic Green. HEX triplet: 16, C0 and 07. RGB value is (22,192,7). Sum of RGB (Red+Green+Blue) = 22+192+7=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 192 (75.39% from 255 or 86.88% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 192 - color contains mainly: green. Hex color #16C007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C007 is #E93FF8. Grayscale: #787878. Windows color (decimal): -15286265 or 507926. OLE color: 507926.

HSL color Cylindrical-coordinate representation of color #16C007: hue angle of 115.14º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16C007 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB221927-
CMYK0.8900.960.25
HSL115.14º92.96%39.02%-
HSV(B)115.14º96.35%75.29%-
XYZ19.2237.896.5-
YUV120.0864.1858.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 192 (75.39% from 255) = 86.88%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=9.95%
G=86.88%
B=3.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2219270.8900.960.25115.1492.9639.02
Hex16C075906019735d27
Octal26300713101403116313547
Binary10110110000001111011001011000001100111100111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,192,7); }

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

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

 a { background-color: rgb(22,192,7); }

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

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

 span { border-color: rgb(22,192,7); }

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