#AEFDA1

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

Shades of Pale Green #AEFDA1

Tints of Pale Green #AEFDA1

Color information

#AEFDA1 (or 0xAEFDA1) is unknown color: approx Pale Green. HEX triplet: AE, FD and A1. RGB value is (174,253,161). Sum of RGB (Red+Green+Blue) = 174+253+161=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDA1 is #51025E. Grayscale: #DBDBDB. Windows color (decimal): -5309023 or 10616238. OLE color: 10616238.

HSL color Cylindrical-coordinate representation of color #AEFDA1: hue angle of 111.52º degrees, saturation: 0.96, 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 #AEFDA1 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB174253161-
CMYK0.3100.360.01
HSL111.52º95.83%81.18%-
HSV(B)111.52º36.36%99.22%-
XYZ59.0181.8246.4-
YUV218.8995.3395.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 253 (99.22% from 255) = 43.03%
BLUE value IS 161 (63.28% from 255) = 27.38%
R=29.59%
G=43.03%
B=27.38%

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
Decimal1742531610.3100.360.01111.5295.8381.18
HexAEFDA11F0241706051
Octal256375241370441160140121
Binary1010111011111101101000011111101001001111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDA1; }

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

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

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

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

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

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

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

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