#1AAA4E

Color #1AAA4E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #1AAA4E

Tints of Pigment Green #1AAA4E

Color information

#1AAA4E (or 0x1AAA4E) is unknown color: approx Pigment Green. HEX triplet: 1A, AA and 4E. RGB value is (26,170,78). Sum of RGB (Red+Green+Blue) = 26+170+78=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA4E is #E555B1. Grayscale: #747474. Windows color (decimal): -15029682 or 5155354. OLE color: 5155354.

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

Color convert

RGB2617078-
CMYK0.8500.540.33
HSL141.67º73.47%38.43%-
HSV(B)141.67º84.71%66.67%-
XYZ16.1829.5212.05-
YUV116.46106.2963.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 170 (66.80% from 255) = 62.04%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=9.49%
G=62.04%
B=28.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26170780.8500.540.33141.6773.4738.43
Hex1AAA4E55036218e4926
Octal322521161250664121611146
Binary1101010101010100111010101010110110100001100011101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AAA4E;
 }
 .AnyTagClassName
 {
   color: #1AAA4E;
 }
</style>
background-color css

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

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

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

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

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

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