#1AAE5C

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

Shades of Pigment Green #1AAE5C

Tints of Pigment Green #1AAE5C

Color information

#1AAE5C (or 0x1AAE5C) is unknown color: approx Pigment Green. HEX triplet: 1A, AE and 5C. RGB value is (26,174,92). Sum of RGB (Red+Green+Blue) = 26+174+92=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 174 (68.36% from 255 or 59.59% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE5C is #E551A3. Grayscale: #787878. Windows color (decimal): -15028644 or 6073882. OLE color: 6073882.

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

Color convert

RGB2617492-
CMYK0.8500.470.32
HSL146.76º74%39.22%-
HSV(B)146.76º85.06%68.24%-
XYZ17.4931.2615.24-
YUV120.4111.9760.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.90%
GREEN value IS 174 (68.36% from 255) = 59.59%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=8.90%
G=59.59%
B=31.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26174920.8500.470.32146.767439.22
Hex1AAE5C5502F20934a27
Octal322561341250574022311247
Binary1101010101110101110010101010101111100000100100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,174,92); }

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

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

 a { background-color: rgb(26,174,92); }

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

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

 span { border-color: rgb(26,174,92); }

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