Html Css Color HEX #1AAA5C Pigment Green

📋 copy color: '#1AAA5C'

red 26 ◦ green 170 ◦ blue 92

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

Shades of Pigment Green #1AAA5C

Tints of Pigment Green #1AAA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 9.03%
G = 59.03%
B = 31.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#1AAA5C (or 0x1AAA5C) is known color: Pigment Green. HEX triplet: 1A, AA and 5C. RGB value is (26,170,92). Sum of RGB (Red+Green+Blue) = 26+170+92=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA5C is #E555A3. Grayscale: #767676. Windows color (decimal): -15029668 or 6072858. OLE color: 6072858.

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

Color convert

RGB 26 170 92 -
CMYK 0.85 0 0.46 0.33
HSL 147.5º 0.73% 0.38% -
HSV(B) 147.5º 0.85% 0.67% -
XYZ 16.73 29.74 14.98 -
YUV 118.05 113.29 62.34 -
System Red Green Blue C M Y K H S L
Decimal 26 170 92 0.85 0 0.46 0.33 147.5 0.73 0.38
Hex 1A AA 5C 55 0 2E 21 94 49 26
Octal 32 252 134 125 0 56 41 224 111 46
Binary 11010 10101010 1011100 1010101 0 101110 100001 10010100 1001001 100110

Color Harmonies of #1AAA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA5C

Black with #1AAA5C

Text Example


Text Example

White with #1AAA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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