#AEFDA2

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

Shades of Pale Green #AEFDA2

Tints of Pale Green #AEFDA2

Color information

#AEFDA2 (or 0xAEFDA2) is unknown color: approx Pale Green. HEX triplet: AE, FD and A2. RGB value is (174,253,162). Sum of RGB (Red+Green+Blue) = 174+253+162=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDA2 is #51025D. Grayscale: #DBDBDB. Windows color (decimal): -5309022 or 10681774. OLE color: 10681774.

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

Color convert

RGB174253162-
CMYK0.3100.360.01
HSL112.09º95.79%81.37%-
HSV(B)112.09º35.97%99.22%-
XYZ59.181.8646.87-
YUV21995.8395.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 253 (99.22% from 255) = 42.95%
BLUE value IS 162 (63.67% from 255) = 27.50%
R=29.54%
G=42.95%
B=27.50%

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
Decimal1742531620.3100.360.01112.0995.7981.37
HexAEFDA21F0241706051
Octal256375242370441160140121
Binary1010111011111101101000101111101001001111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDA2; }

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

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

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

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

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

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

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

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