#AEFDA8

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

Shades of Pale Green #AEFDA8

Tints of Pale Green #AEFDA8

Color information

#AEFDA8 (or 0xAEFDA8) is unknown color: approx Pale Green. HEX triplet: AE, FD and A8. RGB value is (174,253,168). Sum of RGB (Red+Green+Blue) = 174+253+168=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDA8 is #510257. Grayscale: #DBDBDB. Windows color (decimal): -5309016 or 11074990. OLE color: 11074990.

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

Color convert

RGB174253168-
CMYK0.3100.340.01
HSL115.76º95.51%82.55%-
HSV(B)115.76º33.6%99.22%-
XYZ59.6582.0849.74-
YUV219.6998.8395.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=29.24%
G=42.52%
B=28.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742531680.3100.340.01115.7695.5182.55
HexAEFDA81F0221746053
Octal256375250370421164140123
Binary1010111011111101101010001111101000101111010011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDA8; }

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

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

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

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

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

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

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

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