#1AAF50

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

Shades of Pigment Green #1AAF50

Tints of Pigment Green #1AAF50

Color information

#1AAF50 (or 0x1AAF50) is unknown color: approx Pigment Green. HEX triplet: 1A, AF and 50. RGB value is (26,175,80). Sum of RGB (Red+Green+Blue) = 26+175+80=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF50 is #E550AF. Grayscale: #777777. Windows color (decimal): -15028400 or 5287706. OLE color: 5287706.

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

Color convert

RGB2617580-
CMYK0.8500.540.31
HSL141.74º74.13%39.41%-
HSV(B)141.74º85.14%68.63%-
XYZ17.231.4612.75-
YUV119.62105.6461.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.25%
GREEN value IS 175 (68.75% from 255) = 62.28%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=9.25%
G=62.28%
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.31
SystemRedGreenBlueCMYKHSL
Decimal26175800.8500.540.31141.7474.1339.41
Hex1AAF50550361F8e4a27
Octal322571201250663721611247
Binary110101010111110100001010101011011011111100011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,175,80); }

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

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

 a { background-color: rgb(26,175,80); }

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

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

 span { border-color: rgb(26,175,80); }

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