#10AA5E

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

Shades of Shamrock Green #10AA5E

Tints of Shamrock Green #10AA5E

Color information

#10AA5E (or 0x10AA5E) is unknown color: approx Shamrock Green. HEX triplet: 10, AA and 5E. RGB value is (16,170,94). Sum of RGB (Red+Green+Blue) = 16+170+94=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA5E is #EF55A1. Grayscale: #737373. Windows color (decimal): -15685026 or 6203920. OLE color: 6203920.

HSL color Cylindrical-coordinate representation of color #10AA5E: hue angle of 150.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA5E is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB1617094-
CMYK0.9100.450.33
HSL150.39º82.8%36.47%-
HSV(B)150.39º90.59%66.67%-
XYZ16.6129.6715.44-
YUV115.29115.9857.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 170 (66.80% from 255) = 60.71%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=5.71%
G=60.71%
B=33.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16170940.9100.450.33150.3982.836.47
Hex10AA5E5B02D21965324
Octal202521361330554122612344
Binary1000010101010101111010110110101101100001100101101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,170,94); }

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

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

 a { background-color: rgb(16,170,94); }

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

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

 span { border-color: rgb(16,170,94); }

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