#1AA959

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

Shades of Pigment Green #1AA959

Tints of Pigment Green #1AA959

Color information

#1AA959 (or 0x1AA959) is unknown color: approx Pigment Green. HEX triplet: 1A, A9 and 59. RGB value is (26,169,89). Sum of RGB (Red+Green+Blue) = 26+169+89=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 169 (66.41% from 255 or 59.51% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA959 is #E556A6. Grayscale: #757575. Windows color (decimal): -15029927 or 5875994. OLE color: 5875994.

HSL color Cylindrical-coordinate representation of color #1AA959: hue angle of 146.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA959 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB2616989-
CMYK0.8500.470.34
HSL146.43º73.33%38.24%-
HSV(B)146.43º84.62%66.27%-
XYZ16.4229.3214.24-
YUV117.12112.1263-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.15%
GREEN value IS 169 (66.41% from 255) = 59.51%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=9.15%
G=59.51%
B=31.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal26169890.8500.470.34146.4373.3338.24
Hex1AA9595502F22924926
Octal322511311250574222211146
Binary1101010101001101100110101010101111100010100100101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,169,89); }

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

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

 a { background-color: rgb(26,169,89); }

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

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

 span { border-color: rgb(26,169,89); }

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