#16A253

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

Shades of Pigment Green #16A253

Tints of Pigment Green #16A253

Color information

#16A253 (or 0x16A253) is unknown color: approx Pigment Green. HEX triplet: 16, A2 and 53. RGB value is (22,162,83). Sum of RGB (Red+Green+Blue) = 22+162+83=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #16A253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A253 is #E95DAC. Grayscale: #6F6F6F. Windows color (decimal): -15293869 or 5480982. OLE color: 5480982.

HSL color Cylindrical-coordinate representation of color #16A253: hue angle of 146.14º 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 #16A253 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB2216283-
CMYK0.8600.490.36
HSL146.14º76.09%36.08%-
HSV(B)146.14º86.42%63.53%-
XYZ14.8126.6412.54-
YUV111.13112.1264.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=8.24%
G=60.67%
B=31.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22162830.8600.490.36146.1476.0936.08
Hex16A2535603124924c24
Octal262421231260614422211444
Binary1011010100010101001110101100110001100100100100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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