#16A248

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

Shades of Pigment Green #16A248

Tints of Pigment Green #16A248

Color information

#16A248 (or 0x16A248) is unknown color: approx Pigment Green. HEX triplet: 16, A2 and 48. RGB value is (22,162,72). Sum of RGB (Red+Green+Blue) = 22+162+72=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #16A248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A248 is #E95DB7. Grayscale: #6E6E6E. Windows color (decimal): -15293880 or 4760086. OLE color: 4760086.

HSL color Cylindrical-coordinate representation of color #16A248: hue angle of 141.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A248 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB2216272-
CMYK0.8600.560.36
HSL141.43º76.09%36.08%-
HSV(B)141.43º86.42%63.53%-
XYZ14.4226.4810.48-
YUV109.88106.6265.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 162 (63.67% from 255) = 63.28%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=8.59%
G=63.28%
B=28.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22162720.8600.560.36141.4376.0936.08
Hex16A24856038248d4c24
Octal262421101260704421511444
Binary1011010100010100100010101100111000100100100011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,162,72); }

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

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

 a { background-color: rgb(22,162,72); }

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

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

 span { border-color: rgb(22,162,72); }

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