#16963F

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

Shades of Pigment Green #16963F

Tints of Pigment Green #16963F

Color information

#16963F (or 0x16963F) is unknown color: approx Pigment Green. HEX triplet: 16, 96 and 3F. RGB value is (22,150,63). Sum of RGB (Red+Green+Blue) = 22+150+63=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #16963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16963F is #E969C0. Grayscale: #666666. Windows color (decimal): -15296961 or 4167190. OLE color: 4167190.

HSL color Cylindrical-coordinate representation of color #16963F: hue angle of 139.22º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16963F is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB2215063-
CMYK0.8500.580.41
HSL139.22º74.42%33.73%-
HSV(B)139.22º85.33%58.82%-
XYZ12.1322.348.38-
YUV101.81106.0971.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.36%
GREEN value IS 150 (58.98% from 255) = 63.83%
BLUE value IS 63 (25% from 255) = 26.81%
R=9.36%
G=63.83%
B=26.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22150630.8500.580.41139.2274.4233.73
Hex16963F5503A298b4a22
Octal26226771250725121311242
Binary101101001011011111110101010111010101001100010111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16963F; }

 p { color: rgb(22,150,63); }

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

<style>
 a { background-color: #16963F; }

 a { background-color: rgb(22,150,63); }

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

<style>
 span { border-color: #16963F; }

 span { border-color: rgb(22,150,63); }

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