#1AAB5F

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

Shades of Pigment Green #1AAB5F

Tints of Pigment Green #1AAB5F

Color information

#1AAB5F (or 0x1AAB5F) is unknown color: approx Pigment Green. HEX triplet: 1A, AB and 5F. RGB value is (26,171,95). Sum of RGB (Red+Green+Blue) = 26+171+95=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB5F is #E554A0. Grayscale: #777777. Windows color (decimal): -15029409 or 6269722. OLE color: 6269722.

HSL color Cylindrical-coordinate representation of color #1AAB5F: hue angle of 148.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAB5F is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB2617195-
CMYK0.8500.440.33
HSL148.55º73.6%38.63%-
HSV(B)148.55º84.8%67.06%-
XYZ17.0530.1715.75-
YUV118.98114.4661.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.90%
GREEN value IS 171 (67.19% from 255) = 58.56%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=8.90%
G=58.56%
B=32.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26171950.8500.440.33148.5573.638.63
Hex1AAB5F5502C21954a27
Octal322531371250544122511247
Binary1101010101011101111110101010101100100001100101011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,171,95); }

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

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

 a { background-color: rgb(26,171,95); }

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

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

 span { border-color: rgb(26,171,95); }

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