#1AAF51

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

Shades of Pigment Green #1AAF51

Tints of Pigment Green #1AAF51

Color information

#1AAF51 (or 0x1AAF51) is unknown color: approx Pigment Green. HEX triplet: 1A, AF and 51. RGB value is (26,175,81). Sum of RGB (Red+Green+Blue) = 26+175+81=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF51 is #E550AE. Grayscale: #777777. Windows color (decimal): -15028399 or 5353242. OLE color: 5353242.

HSL color Cylindrical-coordinate representation of color #1AAF51: hue angle of 142.15º 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 #1AAF51 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB2617581-
CMYK0.8500.540.31
HSL142.15º74.13%39.41%-
HSV(B)142.15º85.14%68.63%-
XYZ17.2431.4712.95-
YUV119.73106.1461.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.22%
GREEN value IS 175 (68.75% from 255) = 62.06%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=9.22%
G=62.06%
B=28.72%

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
Decimal26175810.8500.540.31142.1574.1339.41
Hex1AAF51550361F8e4a27
Octal322571211250663721611247
Binary110101010111110100011010101011011011111100011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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