Html Css Color HEX #1AAA57 Pigment Green

📋 copy color: '#1AAA57'

red 26 ◦ green 170 ◦ blue 87

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

Shades of Pigment Green #1AAA57

Tints of Pigment Green #1AAA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 9.19%
G = 60.07%
B = 30.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#1AAA57 (or 0x1AAA57) is known color: Pigment Green. HEX triplet: 1A, AA and 57. RGB value is (26,170,87). Sum of RGB (Red+Green+Blue) = 26+170+87=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA57 is #E555A8. Grayscale: #757575. Windows color (decimal): -15029673 or 5745178. OLE color: 5745178.

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

Color convert

RGB 26 170 87 -
CMYK 0.85 0 0.49 0.33
HSL 145.42º 0.73% 0.38% -
HSV(B) 145.42º 0.85% 0.67% -
XYZ 16.52 29.66 13.87 -
YUV 117.48 110.79 62.75 -
System Red Green Blue C M Y K H S L
Decimal 26 170 87 0.85 0 0.49 0.33 145.42 0.73 0.38
Hex 1A AA 57 55 0 31 21 91 49 26
Octal 32 252 127 125 0 61 41 221 111 46
Binary 11010 10101010 1010111 1010101 0 110001 100001 10010001 1001001 100110

Color Harmonies of #1AAA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA57

Black with #1AAA57

Text Example


Text Example

White with #1AAA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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