#AEFCA1

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

Shades of Pale Green #AEFCA1

Tints of Pale Green #AEFCA1

Color information

#AEFCA1 (or 0xAEFCA1) is unknown color: approx Pale Green. HEX triplet: AE, FC and A1. RGB value is (174,252,161). Sum of RGB (Red+Green+Blue) = 174+252+161=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFCA1 is #51035E. Grayscale: #DADADA. Windows color (decimal): -5309279 or 10615982. OLE color: 10615982.

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

Color convert

RGB174252161-
CMYK0.3100.360.01
HSL111.43º93.81%80.98%-
HSV(B)111.43º36.11%98.82%-
XYZ58.781.1946.3-
YUV218.395.6696.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 161 (63.28% from 255) = 27.43%
R=29.64%
G=42.93%
B=27.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521610.3100.360.01111.4393.8180.98
HexAEFCA11F02416f5e51
Octal256374241370441157136121
Binary1010111011111100101000011111101001001110111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCA1; }

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

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

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

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

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

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

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

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