#16974E

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

Shades of Pigment Green #16974E

Tints of Pigment Green #16974E

Color information

#16974E (or 0x16974E) is unknown color: approx Pigment Green. HEX triplet: 16, 97 and 4E. RGB value is (22,151,78). Sum of RGB (Red+Green+Blue) = 22+151+78=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 151 (59.38% from 255 or 60.16% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 151 - color contains mainly: green. Hex color #16974E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16974E is #E968B1. Grayscale: #686868. Windows color (decimal): -15296690 or 5150486. OLE color: 5150486.

HSL color Cylindrical-coordinate representation of color #16974E: hue angle of 146.05º degrees, saturation: 0.75, 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 #16974E is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB2215178-
CMYK0.8500.480.41
HSL146.05º74.57%33.92%-
HSV(B)146.05º85.43%59.22%-
XYZ12.7722.8510.95-
YUV104.11113.2669.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 151 (59.38% from 255) = 60.16%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=8.76%
G=60.16%
B=31.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22151780.8500.480.41146.0574.5733.92
Hex16974E5503029924b22
Octal262271161250605122211342
Binary1011010010111100111010101010110000101001100100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16974E; }

 p { color: rgb(22,151,78); }

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

<style>
 a { background-color: #16974E; }

 a { background-color: rgb(22,151,78); }

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

<style>
 span { border-color: #16974E; }

 span { border-color: rgb(22,151,78); }

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