#1AA14D

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

Shades of Pigment Green #1AA14D

Tints of Pigment Green #1AA14D

Color information

#1AA14D (or 0x1AA14D) is unknown color: approx Pigment Green. HEX triplet: 1A, A1 and 4D. RGB value is (26,161,77). Sum of RGB (Red+Green+Blue) = 26+161+77=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 161 (63.28% from 255 or 60.98% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA14D is #E55EB2. Grayscale: #6F6F6F. Windows color (decimal): -15031987 or 5087514. OLE color: 5087514.

HSL color Cylindrical-coordinate representation of color #1AA14D: hue angle of 142.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA14D is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB2616177-
CMYK0.8400.520.37
HSL142.67º72.19%36.67%-
HSV(B)142.67º83.85%63.14%-
XYZ14.5126.2511.32-
YUV111.06108.7767.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 161 (63.28% from 255) = 60.98%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=9.85%
G=60.98%
B=29.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26161770.8400.520.37142.6772.1936.67
Hex1AA14D54034258f4825
Octal322411151240644521711045
Binary1101010100001100110110101000110100100101100011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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