#AEFAA1

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

Shades of Pale Green #AEFAA1

Tints of Pale Green #AEFAA1

Color information

#AEFAA1 (or 0xAEFAA1) is unknown color: approx Pale Green. HEX triplet: AE, FA and A1. RGB value is (174,250,161). Sum of RGB (Red+Green+Blue) = 174+250+161=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFAA1 is #51055E. Grayscale: #D9D9D9. Windows color (decimal): -5309791 or 10615470. OLE color: 10615470.

HSL color Cylindrical-coordinate representation of color #AEFAA1: hue angle of 111.24º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEFAA1 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB174250161-
CMYK0.3000.360.02
HSL111.24º89.9%80.59%-
HSV(B)111.24º35.6%98.04%-
XYZ58.0779.9446.09-
YUV217.1396.3297.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=29.74%
G=42.74%
B=27.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501610.3000.360.02111.2489.980.59
HexAEFAA11E02426f5a51
Octal256372241360442157132121
Binary10101110111110101010000111110010010010110111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAA1; }

 p { color: rgb(174,250,161); }

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

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

 a { background-color: rgb(174,250,161); }

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

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

 span { border-color: rgb(174,250,161); }

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