#A0E898

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

Shades of Granny Smith Apple #A0E898

Tints of Granny Smith Apple #A0E898

Color information

#A0E898 (or 0xA0E898) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E8 and 98. RGB value is (160,232,152). Sum of RGB (Red+Green+Blue) = 160+232+152=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E898 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E898 is #5F1767. Grayscale: #C9C9C9. Windows color (decimal): -6231912 or 10021024. OLE color: 10021024.

HSL color Cylindrical-coordinate representation of color #A0E898: hue angle of 114º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0E898 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB160232152-
CMYK0.3100.340.09
HSL114º63.49%75.29%-
HSV(B)114º34.48%90.98%-
XYZ49.0267.4540.14-
YUV201.35100.1598.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 232 (91.02% from 255) = 42.65%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=29.41%
G=42.65%
B=27.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602321520.3100.340.0911463.4975.29
HexA0E8981F0229723f4b
Octal240350230370421116277113
Binary101000001110100010011000111110100010100111100101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E898; }

 p { color: rgb(160,232,152); }

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

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

 a { background-color: rgb(160,232,152); }

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

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

 span { border-color: rgb(160,232,152); }

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