#16AE31

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

Shades of Dark Pastel Green #16AE31

Tints of Dark Pastel Green #16AE31

Color information

#16AE31 (or 0x16AE31) is unknown color: approx Dark Pastel Green. HEX triplet: 16, AE and 31. RGB value is (22,174,49). Sum of RGB (Red+Green+Blue) = 22+174+49=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AE31 is #E951CE. Grayscale: #727272. Windows color (decimal): -15290831 or 3255830. OLE color: 3255830.

HSL color Cylindrical-coordinate representation of color #16AE31: hue angle of 130.66º 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 #16AE31 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB2217449-
CMYK0.8700.720.32
HSL130.66º77.55%38.43%-
HSV(B)130.66º87.36%68.24%-
XYZ16.0230.667.98-
YUV114.391.1462.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 174 (68.36% from 255) = 71.02%
BLUE value IS 49 (19.53% from 255) = 20%
R=8.98%
G=71.02%
B=20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22174490.8700.720.32130.6677.5538.43
Hex16AE315704820834e26
Octal262566112701104020311646
Binary1011010101110110001101011101001000100000100000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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