#A0E689

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

Shades of Granny Smith Apple #A0E689

Tints of Granny Smith Apple #A0E689

Color information

#A0E689 (or 0xA0E689) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E6 and 89. RGB value is (160,230,137). Sum of RGB (Red+Green+Blue) = 160+230+137=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E689 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E689 is #5F1976. Grayscale: #C6C6C6. Windows color (decimal): -6232439 or 9037472. OLE color: 9037472.

HSL color Cylindrical-coordinate representation of color #A0E689: hue angle of 105.16º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E689 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB160230137-
CMYK0.3000.400.10
HSL105.16º65.03%71.96%-
HSV(B)105.16º40.43%90.2%-
XYZ47.3165.8733.89-
YUV198.4793.31100.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 230 (90.23% from 255) = 43.64%
BLUE value IS 137 (53.91% from 255) = 26.00%
R=30.36%
G=43.64%
B=26.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602301370.3000.400.10105.1665.0371.96
HexA0E6891E028A694148
Octal2403462113605012151101110
Binary1010000011100110100010011111001010001010110100110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E689; }

 p { color: rgb(160,230,137); }

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

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

 a { background-color: rgb(160,230,137); }

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

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

 span { border-color: rgb(160,230,137); }

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