#AEFDA0

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

Shades of Pale Green #AEFDA0

Tints of Pale Green #AEFDA0

Color information

#AEFDA0 (or 0xAEFDA0) is unknown color: approx Pale Green. HEX triplet: AE, FD and A0. RGB value is (174,253,160). Sum of RGB (Red+Green+Blue) = 174+253+160=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDA0 is #51025F. Grayscale: #DBDBDB. Windows color (decimal): -5309024 or 10550702. OLE color: 10550702.

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

Color convert

RGB174253160-
CMYK0.3100.370.01
HSL110.97º95.88%80.98%-
HSV(B)110.97º36.76%99.22%-
XYZ58.9381.7945.94-
YUV218.7894.8396.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=29.64%
G=43.10%
B=27.26%

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
Decimal1742531600.3100.370.01110.9795.8880.98
HexAEFDA01F02516f6051
Octal256375240370451157140121
Binary1010111011111101101000001111101001011110111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDA0; }

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

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

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

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

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

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

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

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