#16A85E

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

Shades of Shamrock Green #16A85E

Tints of Shamrock Green #16A85E

Color information

#16A85E (or 0x16A85E) is unknown color: approx Shamrock Green. HEX triplet: 16, A8 and 5E. RGB value is (22,168,94). Sum of RGB (Red+Green+Blue) = 22+168+94=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 168 (66.02% from 255 or 59.15% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 168 - color contains mainly: green. Hex color #16A85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A85E is #E957A1. Grayscale: #747474. Windows color (decimal): -15292322 or 6203414. OLE color: 6203414.

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

Color convert

RGB2216894-
CMYK0.8700.440.34
HSL149.59º76.84%37.25%-
HSV(B)149.59º86.9%65.88%-
XYZ16.3528.9815.32-
YUV115.91115.6361.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.75%
GREEN value IS 168 (66.02% from 255) = 59.15%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=7.75%
G=59.15%
B=33.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal22168940.8700.440.34149.5976.8437.25
Hex16A85E5702C22964d25
Octal262501361270544222611545
Binary1011010101000101111010101110101100100010100101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,168,94); }

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

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

 a { background-color: rgb(22,168,94); }

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

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

 span { border-color: rgb(22,168,94); }

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