Html Css Color HEX #1AA063 Shamrock Green

📋 copy color: '#1AA063'

red 26 ◦ green 160 ◦ blue 99

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

Shades of Shamrock Green #1AA063

Tints of Shamrock Green #1AA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.14%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 9.12%
G = 56.14%
B = 34.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#1AA063 (or 0x1AA063) is known color: Shamrock Green. HEX triplet: 1A, A0 and 63. RGB value is (26,160,99). Sum of RGB (Red+Green+Blue) = 26+160+99=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA063 is #E55F9C. Grayscale: #717171. Windows color (decimal): -15032221 or 6529050. OLE color: 6529050.

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

Color convert

RGB 26 160 99 -
CMYK 0.84 0 0.38 0.37
HSL 152.69º 0.72% 0.36% -
HSV(B) 152.69º 0.84% 0.63% -
XYZ 15.25 26.26 16.07 -
YUV 112.98 120.11 65.96 -
System Red Green Blue C M Y K H S L
Decimal 26 160 99 0.84 0 0.38 0.37 152.69 0.72 0.36
Hex 1A A0 63 54 0 26 25 99 48 24
Octal 32 240 143 124 0 46 45 231 110 44
Binary 11010 10100000 1100011 1010100 0 100110 100101 10011001 1001000 100100

Color Harmonies of #1AA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA063

Black with #1AA063

Text Example


Text Example

White with #1AA063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,160,99); }

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

background-color css

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

 a { background-color: rgb(26,160,99); }

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

border-color css

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

 span { border-color: rgb(26,160,99); }

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