#A0EE84

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

Shades of Granny Smith Apple #A0EE84

Tints of Granny Smith Apple #A0EE84

Color information

#A0EE84 (or 0xA0EE84) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EE and 84. RGB value is (160,238,132). Sum of RGB (Red+Green+Blue) = 160+238+132=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE84 is #5F117B. Grayscale: #CACACA. Windows color (decimal): -6230396 or 8711840. OLE color: 8711840.

HSL color Cylindrical-coordinate representation of color #A0EE84: hue angle of 104.15º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0EE84 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB160238132-
CMYK0.3300.450.07
HSL104.15º75.71%72.55%-
HSV(B)104.15º44.54%93.33%-
XYZ49.2470.2932.8-
YUV202.5988.1697.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=30.19%
G=44.91%
B=24.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602381320.3300.450.07104.1575.7172.55
HexA0EE842102D7684c49
Octal240356204410557150114111
Binary1010000011101110100001001000010101101111110100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EE84; }

 p { color: rgb(160,238,132); }

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

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

 a { background-color: rgb(160,238,132); }

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

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

 span { border-color: rgb(160,238,132); }

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