#10A062

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

Shades of Shamrock Green #10A062

Tints of Shamrock Green #10A062

Color information

#10A062 (or 0x10A062) is unknown color: approx Shamrock Green. HEX triplet: 10, A0 and 62. RGB value is (16,160,98). Sum of RGB (Red+Green+Blue) = 16+160+98=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #10A062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A062 is #EF5F9D. Grayscale: #6D6D6D. Windows color (decimal): -15687582 or 6463504. OLE color: 6463504.

HSL color Cylindrical-coordinate representation of color #10A062: hue angle of 154.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A062 is Cyan = 0.9, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1616098-
CMYK0.900.390.37
HSL154.17º81.82%34.51%-
HSV(B)154.17º90%62.75%-
XYZ14.9926.1315.81-
YUV109.88121.2961.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.84%
GREEN value IS 160 (62.89% from 255) = 58.39%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=5.84%
G=58.39%
B=35.77%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16160980.900.390.37154.1781.8234.51
Hex10A0625A027259a5223
Octal202401421320474523212243
Binary1000010100000110001010110100100111100101100110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,160,98); }

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

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

 a { background-color: rgb(16,160,98); }

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

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

 span { border-color: rgb(16,160,98); }

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