#A0E58D

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

Shades of Granny Smith Apple #A0E58D

Tints of Granny Smith Apple #A0E58D

Color information

#A0E58D (or 0xA0E58D) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E5 and 8D. RGB value is (160,229,141). Sum of RGB (Red+Green+Blue) = 160+229+141=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E58D is #5F1A72. Grayscale: #C6C6C6. Windows color (decimal): -6232691 or 9299360. OLE color: 9299360.

HSL color Cylindrical-coordinate representation of color #A0E58D: hue angle of 107.05º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0E58D is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB160229141-
CMYK0.3000.380.10
HSL107.05º62.86%72.55%-
HSV(B)107.05º38.43%89.8%-
XYZ47.3265.4435.34-
YUV198.3495.64100.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 229 (89.84% from 255) = 43.21%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=30.19%
G=43.21%
B=26.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602291410.3000.380.10107.0562.8672.55
HexA0E58D1E026A6b3f49
Octal240345215360461215377111
Binary101000001110010110001101111100100110101011010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E58D; }

 p { color: rgb(160,229,141); }

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

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

 a { background-color: rgb(160,229,141); }

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

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

 span { border-color: rgb(160,229,141); }

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