#16B450

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

Shades of Pigment Green #16B450

Tints of Pigment Green #16B450

Color information

#16B450 (or 0x16B450) is unknown color: approx Pigment Green. HEX triplet: 16, B4 and 50. RGB value is (22,180,80). Sum of RGB (Red+Green+Blue) = 22+180+80=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #16B450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B450 is #E94BAF. Grayscale: #797979. Windows color (decimal): -15289264 or 5288982. OLE color: 5288982.

HSL color Cylindrical-coordinate representation of color #16B450: hue angle of 142.03º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B450 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB2218080-
CMYK0.8800.560.29
HSL142.03º78.22%39.61%-
HSV(B)142.03º87.78%70.59%-
XYZ18.133.3913.08-
YUV121.36104.6557.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.80%
GREEN value IS 180 (70.70% from 255) = 63.83%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=7.80%
G=63.83%
B=28.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22180800.8800.560.29142.0378.2239.61
Hex16B450580381D8e4e28
Octal262641201300703521611650
Binary101101011010010100001011000011100011101100011101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,180,80); }

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

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

 a { background-color: rgb(22,180,80); }

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

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

 span { border-color: rgb(22,180,80); }

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