#AEFA8D

Color #AEFA8D Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #AEFA8D

Tints of Granny Smith Apple #AEFA8D

Color information

#AEFA8D (or 0xAEFA8D) is unknown color: approx Granny Smith Apple. HEX triplet: AE, FA and 8D. RGB value is (174,250,141). Sum of RGB (Red+Green+Blue) = 174+250+141=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFA8D is #510572. Grayscale: #D7D7D7. Windows color (decimal): -5309811 or 9304750. OLE color: 9304750.

HSL color Cylindrical-coordinate representation of color #AEFA8D: hue angle of 101.83º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEFA8D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB174250141-
CMYK0.3000.440.02
HSL101.83º91.6%76.67%-
HSV(B)101.83º43.6%98.04%-
XYZ56.4579.2937.53-
YUV214.8586.3298.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 141 (55.47% from 255) = 24.96%
R=30.80%
G=44.25%
B=24.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501410.3000.440.02101.8391.676.67
HexAEFA8D1E02C2665c4d
Octal256372215360542146134115
Binary10101110111110101000110111110010110010110011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFA8D; }

 p { color: rgb(174,250,141); }

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

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

 a { background-color: rgb(174,250,141); }

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

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

 span { border-color: rgb(174,250,141); }

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