#A8EDA0

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

Shades of Granny Smith Apple #A8EDA0

Tints of Granny Smith Apple #A8EDA0

Color information

#A8EDA0 (or 0xA8EDA0) is unknown color: approx Granny Smith Apple. HEX triplet: A8, ED and A0. RGB value is (168,237,160). Sum of RGB (Red+Green+Blue) = 168+237+160=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDA0 is #57125F. Grayscale: #CFCFCF. Windows color (decimal): -5706336 or 10546600. OLE color: 10546600.

HSL color Cylindrical-coordinate representation of color #A8EDA0: hue angle of 113.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EDA0 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB168237160-
CMYK0.2900.320.07
HSL113.77º68.14%77.84%-
HSV(B)113.77º32.49%92.94%-
XYZ52.7871.4344.26-
YUV207.59101.1499.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=29.73%
G=41.95%
B=28.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682371600.2900.320.07113.7768.1477.84
HexA8EDA01D020772444e
Octal250355240350407162104116
Binary101010001110110110100000111010100000111111001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDA0; }

 p { color: rgb(168,237,160); }

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

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

 a { background-color: rgb(168,237,160); }

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

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

 span { border-color: rgb(168,237,160); }

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