#16AF4B

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

Shades of Pigment Green #16AF4B

Tints of Pigment Green #16AF4B

Color information

#16AF4B (or 0x16AF4B) is unknown color: approx Pigment Green. HEX triplet: 16, AF and 4B. RGB value is (22,175,75). Sum of RGB (Red+Green+Blue) = 22+175+75=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AF4B is #E950B4. Grayscale: #767676. Windows color (decimal): -15290549 or 4960022. OLE color: 4960022.

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

Color convert

RGB2217575-
CMYK0.8700.570.31
HSL140.78º77.66%38.63%-
HSV(B)140.78º87.43%68.63%-
XYZ16.9331.3411.81-
YUV117.85103.8159.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.09%
GREEN value IS 175 (68.75% from 255) = 64.34%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=8.09%
G=64.34%
B=27.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22175750.8700.570.31140.7877.6638.63
Hex16AF4B570391F8d4e27
Octal262571131270713721511647
Binary101101010111110010111010111011100111111100011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,175,75); }

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

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

 a { background-color: rgb(22,175,75); }

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

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

 span { border-color: rgb(22,175,75); }

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