#16ae4b

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

Shades of Pigment Green #16AE4B

Tints of Pigment Green #16AE4B

Color information

#16AE4B (or 0x16AE4B) is unknown color: approx Pigment Green. HEX triplet: 16, AE and 4B. RGB value is (22,174,75). Sum of RGB (Red+Green+Blue) = 22+174+75=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 174 (68.36% from 255 or 64.21% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AE4B is #E951B4. Grayscale: #757575. Windows color (decimal): -15290805 or 4959766. OLE color: 4959766.

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

Color convert

RGB2217475-
CMYK0.8700.570.32
HSL140.92º77.55%38.43%-
HSV(B)140.92º87.36%68.24%-
XYZ16.7430.9511.75-
YUV117.27104.1460.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.12%
GREEN value IS 174 (68.36% from 255) = 64.21%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=8.12%
G=64.21%
B=27.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22174750.8700.570.32140.9277.5538.43
Hex16AE4B57039208d4e26
Octal262561131270714021511646
Binary1011010101110100101110101110111001100000100011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ae4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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