#A0EE8A

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

Shades of Granny Smith Apple #A0EE8A

Tints of Granny Smith Apple #A0EE8A

Color information

#A0EE8A (or 0xA0EE8A) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EE and 8A. RGB value is (160,238,138). Sum of RGB (Red+Green+Blue) = 160+238+138=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE8A is #5F1175. Grayscale: #CBCBCB. Windows color (decimal): -6230390 or 9105056. OLE color: 9105056.

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

Color convert

RGB160238138-
CMYK0.3300.420.07
HSL106.8º74.63%73.73%-
HSV(B)106.8º42.02%93.33%-
XYZ49.6670.4635.03-
YUV203.2891.1697.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 238 (93.36% from 255) = 44.40%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=29.85%
G=44.40%
B=25.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602381380.3300.420.07106.874.6373.73
HexA0EE8A2102A76b4b4a
Octal240356212410527153113112
Binary1010000011101110100010101000010101010111110101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EE8A; }

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

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

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

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

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

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

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

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