#16955A

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

Shades of Shamrock Green #16955A

Tints of Shamrock Green #16955A

Color information

#16955A (or 0x16955A) is unknown color: approx Shamrock Green. HEX triplet: 16, 95 and 5A. RGB value is (22,149,90). Sum of RGB (Red+Green+Blue) = 22+149+90=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #16955A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16955A is #E96AA5. Grayscale: #686868. Windows color (decimal): -15297190 or 5936406. OLE color: 5936406.

HSL color Cylindrical-coordinate representation of color #16955A: hue angle of 152.13º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16955A is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB2214990-
CMYK0.8500.400.42
HSL152.13º74.27%33.53%-
HSV(B)152.13º85.23%58.43%-
XYZ12.9222.413.32-
YUV104.3119.9269.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=8.43%
G=57.09%
B=34.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22149900.8500.400.42152.1374.2733.53
Hex16955A550282A984a22
Octal262251321250505223011242
Binary1011010010101101101010101010101000101010100110001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16955A; }

 p { color: rgb(22,149,90); }

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

<style>
 a { background-color: #16955A; }

 a { background-color: rgb(22,149,90); }

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

<style>
 span { border-color: #16955A; }

 span { border-color: rgb(22,149,90); }

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