#1AA262

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

Shades of Shamrock Green #1AA262

Tints of Shamrock Green #1AA262

Color information

#1AA262 (or 0x1AA262) is unknown color: approx Shamrock Green. HEX triplet: 1A, A2 and 62. RGB value is (26,162,98). Sum of RGB (Red+Green+Blue) = 26+162+98=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA262 is #E55D9D. Grayscale: #727272. Windows color (decimal): -15031710 or 6464026. OLE color: 6464026.

HSL color Cylindrical-coordinate representation of color #1AA262: hue angle of 151.76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA262 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB2616298-
CMYK0.8400.400.36
HSL151.76º72.34%36.86%-
HSV(B)151.76º83.95%63.53%-
XYZ15.5526.9415.94-
YUV114.04118.9465.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.09%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=9.09%
G=56.64%
B=34.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162980.8400.400.36151.7672.3436.86
Hex1AA2625402824984825
Octal322421421240504423011045
Binary1101010100010110001010101000101000100100100110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA262; }

 p { color: rgb(26,162,98); }

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

<style>
 a { background-color: #1AA262; }

 a { background-color: rgb(26,162,98); }

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

<style>
 span { border-color: #1AA262; }

 span { border-color: rgb(26,162,98); }

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