Html Css Color HEX #1AAA4D Pigment Green

📋 copy color: '#1AAA4D'

red 26 ◦ green 170 ◦ blue 77

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

Shades of Pigment Green #1AAA4D

Tints of Pigment Green #1AAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 9.52%
G = 62.27%
B = 28.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#1AAA4D (or 0x1AAA4D) is known color: Pigment Green. HEX triplet: 1A, AA and 4D. RGB value is (26,170,77). Sum of RGB (Red+Green+Blue) = 26+170+77=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA4D is #E555B2. Grayscale: #747474. Windows color (decimal): -15029683 or 5089818. OLE color: 5089818.

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

Color convert

RGB 26 170 77 -
CMYK 0.85 0 0.55 0.33
HSL 141.25º 0.73% 0.38% -
HSV(B) 141.25º 0.85% 0.67% -
XYZ 16.14 29.5 11.87 -
YUV 116.34 105.79 63.56 -
System Red Green Blue C M Y K H S L
Decimal 26 170 77 0.85 0 0.55 0.33 141.25 0.73 0.38
Hex 1A AA 4D 55 0 37 21 8D 49 26
Octal 32 252 115 125 0 67 41 215 111 46
Binary 11010 10101010 1001101 1010101 0 110111 100001 10001101 1001001 100110

Color Harmonies of #1AAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA4D

Black with #1AAA4D

Text Example


Text Example

White with #1AAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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