#16955B

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

Shades of Shamrock Green #16955B

Tints of Shamrock Green #16955B

Color information

#16955B (or 0x16955B) is unknown color: approx Shamrock Green. HEX triplet: 16, 95 and 5B. RGB value is (22,149,91). Sum of RGB (Red+Green+Blue) = 22+149+91=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #16955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16955B is #E96AA4. Grayscale: #686868. Windows color (decimal): -15297189 or 6001942. OLE color: 6001942.

HSL color Cylindrical-coordinate representation of color #16955B: hue angle of 152.6º 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 #16955B is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB2214991-
CMYK0.8500.390.42
HSL152.6º74.27%33.53%-
HSV(B)152.6º85.23%58.43%-
XYZ12.9722.4213.54-
YUV104.42120.4269.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 149 (58.59% from 255) = 56.87%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=8.40%
G=56.87%
B=34.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22149910.8500.390.42152.674.2733.53
Hex16955B550272A994a22
Octal262251331250475223111242
Binary1011010010101101101110101010100111101010100110011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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