#16985B

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

Shades of Shamrock Green #16985B

Tints of Shamrock Green #16985B

Color information

#16985B (or 0x16985B) is unknown color: approx Shamrock Green. HEX triplet: 16, 98 and 5B. RGB value is (22,152,91). Sum of RGB (Red+Green+Blue) = 22+152+91=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #16985B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16985B is #E967A4. Grayscale: #6A6A6A. Windows color (decimal): -15296421 or 6002710. OLE color: 6002710.

HSL color Cylindrical-coordinate representation of color #16985B: hue angle of 151.85º 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 #16985B is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB2215291-
CMYK0.8600.400.40
HSL151.85º74.71%34.12%-
HSV(B)151.85º85.53%59.61%-
XYZ13.4523.3813.7-
YUV106.18119.4367.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 152 (59.77% from 255) = 57.36%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=8.30%
G=57.36%
B=34.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22152910.8600.400.40151.8574.7134.12
Hex16985B5602828984b22
Octal262301331260505023011342
Binary1011010011000101101110101100101000101000100110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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