#16B256

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

Shades of Pigment Green #16B256

Tints of Pigment Green #16B256

Color information

#16B256 (or 0x16B256) is unknown color: approx Pigment Green. HEX triplet: 16, B2 and 56. RGB value is (22,178,86). Sum of RGB (Red+Green+Blue) = 22+178+86=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #16B256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B256 is #E94DA9. Grayscale: #797979. Windows color (decimal): -15289770 or 5681686. OLE color: 5681686.

HSL color Cylindrical-coordinate representation of color #16B256: hue angle of 144.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B256 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB2217886-
CMYK0.8800.520.30
HSL144.62º78%39.22%-
HSV(B)144.62º87.64%69.8%-
XYZ17.9332.6814.17-
YUV120.87108.3257.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.69%
GREEN value IS 178 (69.92% from 255) = 62.24%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=7.69%
G=62.24%
B=30.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22178860.8800.520.30144.627839.22
Hex16B256580341E914e27
Octal262621261300643622111647
Binary101101011001010101101011000011010011110100100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,178,86); }

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

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

 a { background-color: rgb(22,178,86); }

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

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

 span { border-color: rgb(22,178,86); }

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