Html Css Color HEX #1AAA50 Pigment Green

📋 copy color: '#1AAA50'

red 26 ◦ green 170 ◦ blue 80

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

Shades of Pigment Green #1AAA50

Tints of Pigment Green #1AAA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 9.42%
G = 61.59%
B = 28.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#1AAA50 (or 0x1AAA50) is known color: Pigment Green. HEX triplet: 1A, AA and 50. RGB value is (26,170,80). Sum of RGB (Red+Green+Blue) = 26+170+80=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA50 is #E555AF. Grayscale: #747474. Windows color (decimal): -15029680 or 5286426. OLE color: 5286426.

HSL color Cylindrical-coordinate representation of color #1AAA50: hue angle of 142.5º 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 #1AAA50 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 80 -
CMYK 0.85 0 0.53 0.33
HSL 142.5º 0.73% 0.38% -
HSV(B) 142.5º 0.85% 0.67% -
XYZ 16.25 29.55 12.44 -
YUV 116.68 107.29 63.32 -
System Red Green Blue C M Y K H S L
Decimal 26 170 80 0.85 0 0.53 0.33 142.5 0.73 0.38
Hex 1A AA 50 55 0 35 21 8E 49 26
Octal 32 252 120 125 0 65 41 216 111 46
Binary 11010 10101010 1010000 1010101 0 110101 100001 10001110 1001001 100110

Color Harmonies of #1AAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA50

Black with #1AAA50

Text Example


Text Example

White with #1AAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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