#10A460

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

Shades of Shamrock Green #10A460

Tints of Shamrock Green #10A460

Color information

#10A460 (or 0x10A460) is unknown color: approx Shamrock Green. HEX triplet: 10, A4 and 60. RGB value is (16,164,96). Sum of RGB (Red+Green+Blue) = 16+164+96=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #10A460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A460 is #EF5B9F. Grayscale: #707070. Windows color (decimal): -15686560 or 6333456. OLE color: 6333456.

HSL color Cylindrical-coordinate representation of color #10A460: hue angle of 152.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A460 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1616496-
CMYK0.9000.410.36
HSL152.43º82.22%35.29%-
HSV(B)152.43º90.24%64.31%-
XYZ15.627.5115.55-
YUV112118.9759.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 164 (64.45% from 255) = 59.42%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=5.80%
G=59.42%
B=34.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16164960.9000.410.36152.4382.2235.29
Hex10A4605A02924985223
Octal202441401320514423012243
Binary1000010100100110000010110100101001100100100110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A460; }

 p { color: rgb(16,164,96); }

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

<style>
 a { background-color: #10A460; }

 a { background-color: rgb(16,164,96); }

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

<style>
 span { border-color: #10A460; }

 span { border-color: rgb(16,164,96); }

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