#A0E498

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

Shades of Granny Smith Apple #A0E498

Tints of Granny Smith Apple #A0E498

Color information

#A0E498 (or 0xA0E498) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E4 and 98. RGB value is (160,228,152). Sum of RGB (Red+Green+Blue) = 160+228+152=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E498 is #5F1B67. Grayscale: #C7C7C7. Windows color (decimal): -6232936 or 10020000. OLE color: 10020000.

HSL color Cylindrical-coordinate representation of color #A0E498: hue angle of 113.68º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0E498 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB160228152-
CMYK0.3000.330.11
HSL113.68º58.46%74.51%-
HSV(B)113.68º33.33%89.41%-
XYZ47.9165.2339.77-
YUV199101.47100.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=29.63%
G=42.22%
B=28.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602281520.3000.330.11113.6858.4674.51
HexA0E4981E021B723a4b
Octal240344230360411316272113
Binary101000001110010010011000111100100001101111100101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E498; }

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

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

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

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

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

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

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

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