#AEFCA0

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

Shades of Pale Green #AEFCA0

Tints of Pale Green #AEFCA0

Color information

#AEFCA0 (or 0xAEFCA0) is unknown color: approx Pale Green. HEX triplet: AE, FC and A0. RGB value is (174,252,160). Sum of RGB (Red+Green+Blue) = 174+252+160=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFCA0 is #51035F. Grayscale: #DADADA. Windows color (decimal): -5309280 or 10550446. OLE color: 10550446.

HSL color Cylindrical-coordinate representation of color #AEFCA0: hue angle of 110.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEFCA0 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB174252160-
CMYK0.3100.370.01
HSL110.87º93.88%80.78%-
HSV(B)110.87º36.51%98.82%-
XYZ58.6181.1645.83-
YUV218.1995.1696.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 252 (98.83% from 255) = 43.00%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=29.69%
G=43.00%
B=27.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521600.3100.370.01110.8793.8880.78
HexAEFCA01F02516f5e51
Octal256374240370451157136121
Binary1010111011111100101000001111101001011110111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCA0; }

 p { color: rgb(174,252,160); }

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

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

 a { background-color: rgb(174,252,160); }

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

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

 span { border-color: rgb(174,252,160); }

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