#1AA052

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

Shades of Pigment Green #1AA052

Tints of Pigment Green #1AA052

Color information

#1AA052 (or 0x1AA052) is unknown color: approx Pigment Green. HEX triplet: 1A, A0 and 52. RGB value is (26,160,82). Sum of RGB (Red+Green+Blue) = 26+160+82=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA052 is #E55FAD. Grayscale: #6F6F6F. Windows color (decimal): -15032238 or 5414938. OLE color: 5414938.

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

Color convert

RGB2616082-
CMYK0.8400.490.37
HSL145.07º72.04%36.47%-
HSV(B)145.07º83.75%62.75%-
XYZ14.5225.9712.23-
YUV111.04111.6167.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 160 (62.89% from 255) = 59.70%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=9.70%
G=59.70%
B=30.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26160820.8400.490.37145.0772.0436.47
Hex1AA0525403125914824
Octal322401221240614522111044
Binary1101010100000101001010101000110001100101100100011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,160,82); }

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

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

 a { background-color: rgb(26,160,82); }

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

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

 span { border-color: rgb(26,160,82); }

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