Html Css Color HEX #1AA050 Pigment Green

📋 copy color: '#1AA050'

red 26 ◦ green 160 ◦ blue 80

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

Shades of Pigment Green #1AA050

Tints of Pigment Green #1AA050

RGB

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

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

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

R = 9.77%
G = 60.15%
B = 30.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#1AA050 (or 0x1AA050) is known color: Pigment Green. HEX triplet: 1A, A0 and 50. RGB value is (26,160,80). Sum of RGB (Red+Green+Blue) = 26+160+80=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA050 is #E55FAF. Grayscale: #6E6E6E. Windows color (decimal): -15032240 or 5283866. OLE color: 5283866.

HSL color Cylindrical-coordinate representation of color #1AA050: hue angle of 144.18º 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 #1AA050 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 160 80 -
CMYK 0.84 0 0.5 0.37
HSL 144.18º 0.72% 0.36% -
HSV(B) 144.18º 0.84% 0.63% -
XYZ 14.44 25.94 11.84 -
YUV 110.81 110.61 67.5 -
System Red Green Blue C M Y K H S L
Decimal 26 160 80 0.84 0 0.5 0.37 144.18 0.72 0.36
Hex 1A A0 50 54 0 32 25 90 48 24
Octal 32 240 120 124 0 62 45 220 110 44
Binary 11010 10100000 1010000 1010100 0 110010 100101 10010000 1001000 100100

Color Harmonies of #1AA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA050

Black with #1AA050

Text Example


Text Example

White with #1AA050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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