#1AAE4B

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

Shades of Pigment Green #1AAE4B

Tints of Pigment Green #1AAE4B

Color information

#1AAE4B (or 0x1AAE4B) is unknown color: approx Pigment Green. HEX triplet: 1A, AE and 4B. RGB value is (26,174,75). Sum of RGB (Red+Green+Blue) = 26+174+75=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAE4B is #E551B4. Grayscale: #767676. Windows color (decimal): -15028661 or 4959770. OLE color: 4959770.

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

Color convert

RGB2617475-
CMYK0.8500.570.32
HSL139.86º74%39.22%-
HSV(B)139.86º85.06%68.24%-
XYZ16.833111.75-
YUV118.46103.4762.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 174 (68.36% from 255) = 63.27%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=9.45%
G=63.27%
B=27.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26174750.8500.570.32139.867439.22
Hex1AAE4B55039208c4a27
Octal322561131250714021411247
Binary1101010101110100101110101010111001100000100011001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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