Html Css Color HEX #1AAA49 Pigment Green

📋 copy color: '#1AAA49'

red 26 ◦ green 170 ◦ blue 73

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

Shades of Pigment Green #1AAA49

Tints of Pigment Green #1AAA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.2%

 BLUE value IS 73 (28.91% from 255) = 27.14%

R = 9.67%
G = 63.2%
B = 27.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#1AAA49 (or 0x1AAA49) is known color: Pigment Green. HEX triplet: 1A, AA and 49. RGB value is (26,170,73). Sum of RGB (Red+Green+Blue) = 26+170+73=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA49 is #E555B6. Grayscale: #747474. Windows color (decimal): -15029687 or 4827674. OLE color: 4827674.

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

Color convert

RGB 26 170 73 -
CMYK 0.85 0 0.57 0.33
HSL 139.58º 0.73% 0.38% -
HSV(B) 139.58º 0.85% 0.67% -
XYZ 16 29.45 11.14 -
YUV 115.89 103.79 63.89 -
System Red Green Blue C M Y K H S L
Decimal 26 170 73 0.85 0 0.57 0.33 139.58 0.73 0.38
Hex 1A AA 49 55 0 39 21 8C 49 26
Octal 32 252 111 125 0 71 41 214 111 46
Binary 11010 10101010 1001001 1010101 0 111001 100001 10001100 1001001 100110

Color Harmonies of #1AAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA49

Black with #1AAA49

Text Example


Text Example

White with #1AAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,170,73); }

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

background-color css

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

 a { background-color: rgb(26,170,73); }

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

border-color css

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

 span { border-color: rgb(26,170,73); }

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