Html Css Color HEX #1AA960 Shamrock Green

📋 copy color: '#1AA960'

red 26 ◦ green 169 ◦ blue 96

#1AA960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #1AA960

Tints of Shamrock Green #1AA960

RGB

 RED value IS 26 (10.55% from 255) = 8.93%

 GREEN value IS 169 (66.41% from 255) = 58.08%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 8.93%
G = 58.08%
B = 32.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#1AA960 (or 0x1AA960) is known color: Shamrock Green. HEX triplet: 1A, A9 and 60. RGB value is (26,169,96). Sum of RGB (Red+Green+Blue) = 26+169+96=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA960 is #E5569F. Grayscale: #767676. Windows color (decimal): -15029920 or 6334746. OLE color: 6334746.

HSL color Cylindrical-coordinate representation of color #1AA960: hue angle of 149.37º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA960 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 26 169 96 -
CMYK 0.85 0 0.43 0.34
HSL 149.37º 0.73% 0.38% -
HSV(B) 149.37º 0.85% 0.66% -
XYZ 16.73 29.44 15.87 -
YUV 117.92 115.62 62.44 -
System Red Green Blue C M Y K H S L
Decimal 26 169 96 0.85 0 0.43 0.34 149.37 0.73 0.38
Hex 1A A9 60 55 0 2B 22 95 49 26
Octal 32 251 140 125 0 53 42 225 111 46
Binary 11010 10101001 1100000 1010101 0 101011 100010 10010101 1001001 100110

Color Harmonies of #1AA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA960

Black with #1AA960

Text Example


Text Example

White with #1AA960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,169,96); }

 H1.HeaderClassName
 {
   color: #1AA960;
 }
 .AnyTagClassName
 {
   color: #1AA960;
 }
</style>

background-color css

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

 a { background-color: rgb(26,169,96); }

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

border-color css

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

 span { border-color: rgb(26,169,96); }

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