#10A15B

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

Shades of Shamrock Green #10A15B

Tints of Shamrock Green #10A15B

Color information

#10A15B (or 0x10A15B) is unknown color: approx Shamrock Green. HEX triplet: 10, A1 and 5B. RGB value is (16,161,91). Sum of RGB (Red+Green+Blue) = 16+161+91=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #10A15B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A15B is #EF5EA4. Grayscale: #6D6D6D. Windows color (decimal): -15687333 or 6005008. OLE color: 6005008.

HSL color Cylindrical-coordinate representation of color #10A15B: hue angle of 151.03º 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 #10A15B is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1616191-
CMYK0.9000.430.37
HSL151.03º81.92%34.71%-
HSV(B)151.03º90.06%63.14%-
XYZ14.8526.3614.2-
YUV109.66117.4661.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.97%
GREEN value IS 161 (63.28% from 255) = 60.07%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=5.97%
G=60.07%
B=33.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16161910.9000.430.37151.0381.9234.71
Hex10A15B5A02B25975223
Octal202411331320534522712243
Binary1000010100001101101110110100101011100101100101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,161,91); }

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

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

 a { background-color: rgb(16,161,91); }

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

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

 span { border-color: rgb(16,161,91); }

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