#16A626

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

Shades of Forest Green #16A626

Tints of Forest Green #16A626

Color information

#16A626 (or 0x16A626) is unknown color: approx Forest Green. HEX triplet: 16, A6 and 26. RGB value is (22,166,38). Sum of RGB (Red+Green+Blue) = 22+166+38=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #16A626 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A626 is #E959D9. Grayscale: #6C6C6C. Windows color (decimal): -15292890 or 2532886. OLE color: 2532886.

HSL color Cylindrical-coordinate representation of color #16A626: hue angle of 126.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A626 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB2216638-
CMYK0.8700.770.35
HSL126.67º76.6%36.86%-
HSV(B)126.67º86.75%65.1%-
XYZ14.3227.586.4-
YUV108.3588.2966.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 166 (65.23% from 255) = 73.45%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=9.73%
G=73.45%
B=16.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22166380.8700.770.35126.6776.636.86
Hex16A6265704D237f4d25
Octal262464612701154317711545
Binary101101010011010011010101110100110110001111111111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,166,38); }

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

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

 a { background-color: rgb(22,166,38); }

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

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

 span { border-color: rgb(22,166,38); }

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