#16B04D

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

Shades of Pigment Green #16B04D

Tints of Pigment Green #16B04D

Color information

#16B04D (or 0x16B04D) is unknown color: approx Pigment Green. HEX triplet: 16, B0 and 4D. RGB value is (22,176,77). Sum of RGB (Red+Green+Blue) = 22+176+77=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 176 (69.14% from 255 or 64% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 176 - color contains mainly: green. Hex color #16B04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B04D is #E94FB2. Grayscale: #767676. Windows color (decimal): -15290291 or 5091350. OLE color: 5091350.

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

Color convert

RGB2217677-
CMYK0.8800.560.31
HSL141.43º77.78%38.82%-
HSV(B)141.43º87.5%69.02%-
XYZ17.231.7612.24-
YUV118.67104.4859.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 176 (69.14% from 255) = 64%
BLUE value IS 77 (30.47% from 255) = 28%
R=8%
G=64%
B=28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22176770.8800.560.31141.4377.7838.82
Hex16B04D580381F8d4e27
Octal262601151300703721511647
Binary101101011000010011011011000011100011111100011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,176,77); }

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

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

 a { background-color: rgb(22,176,77); }

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

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

 span { border-color: rgb(22,176,77); }

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