#10A266

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

Shades of Shamrock Green #10A266

Tints of Shamrock Green #10A266

Color information

#10A266 (or 0x10A266) is unknown color: approx Shamrock Green. HEX triplet: 10, A2 and 66. RGB value is (16,162,102). Sum of RGB (Red+Green+Blue) = 16+162+102=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #10A266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A266 is #EF5D99. Grayscale: #6F6F6F. Windows color (decimal): -15687066 or 6726160. OLE color: 6726160.

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

Color convert

RGB16162102-
CMYK0.9000.370.36
HSL155.34º82.02%34.9%-
HSV(B)155.34º90.12%63.53%-
XYZ15.5326.9116.95-
YUV111.51122.6359.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=5.71%
G=57.86%
B=36.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161621020.9000.370.36155.3482.0234.9
Hex10A2665A025249b5223
Octal202421461320454423312243
Binary1000010100010110011010110100100101100100100110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,162,102); }

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

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

 a { background-color: rgb(16,162,102); }

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

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

 span { border-color: rgb(16,162,102); }

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