#16A133

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

Shades of Forest Green #16A133

Tints of Forest Green #16A133

Color information

#16A133 (or 0x16A133) is unknown color: approx Forest Green. HEX triplet: 16, A1 and 33. RGB value is (22,161,51). Sum of RGB (Red+Green+Blue) = 22+161+51=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #16A133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A133 is #E95ECC. Grayscale: #6B6B6B. Windows color (decimal): -15294157 or 3383574. OLE color: 3383574.

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

Color convert

RGB2216151-
CMYK0.8600.680.37
HSL132.52º75.96%35.88%-
HSV(B)132.52º86.34%63.14%-
XYZ13.6725.97.41-
YUV106.996.4567.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 161 (63.28% from 255) = 68.80%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=9.40%
G=68.80%
B=21.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22161510.8600.680.37132.5275.9635.88
Hex16A1335604425854c24
Octal262416312601044520511444
Binary1011010100001110011101011001000100100101100001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,161,51); }

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

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

 a { background-color: rgb(22,161,51); }

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

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

 span { border-color: rgb(22,161,51); }

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