#16985D

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

Shades of Shamrock Green #16985D

Tints of Shamrock Green #16985D

Color information

#16985D (or 0x16985D) is unknown color: approx Shamrock Green. HEX triplet: 16, 98 and 5D. RGB value is (22,152,93). Sum of RGB (Red+Green+Blue) = 22+152+93=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #16985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16985D is #E967A2. Grayscale: #6A6A6A. Windows color (decimal): -15296419 or 6133782. OLE color: 6133782.

HSL color Cylindrical-coordinate representation of color #16985D: hue angle of 152.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16985D is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB2215293-
CMYK0.8600.390.40
HSL152.77º74.71%34.12%-
HSV(B)152.77º85.53%59.61%-
XYZ13.5323.4214.16-
YUV106.4120.4367.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=8.24%
G=56.93%
B=34.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22152930.8600.390.40152.7774.7134.12
Hex16985D5602728994b22
Octal262301351260475023111342
Binary1011010011000101110110101100100111101000100110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16985D; }

 p { color: rgb(22,152,93); }

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

<style>
 a { background-color: #16985D; }

 a { background-color: rgb(22,152,93); }

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

<style>
 span { border-color: #16985D; }

 span { border-color: rgb(22,152,93); }

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