#A0E08B

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

Shades of Granny Smith Apple #A0E08B

Tints of Granny Smith Apple #A0E08B

Color information

#A0E08B (or 0xA0E08B) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E0 and 8B. RGB value is (160,224,139). Sum of RGB (Red+Green+Blue) = 160+224+139=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E08B is #5F1F74. Grayscale: #C3C3C3. Windows color (decimal): -6233973 or 9167008. OLE color: 9167008.

HSL color Cylindrical-coordinate representation of color #A0E08B: hue angle of 105.18º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0E08B is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB160224139-
CMYK0.2900.380.12
HSL105.18º57.82%71.18%-
HSV(B)105.18º37.95%87.84%-
XYZ45.8162.6534.1-
YUV195.1796.3102.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 224 (87.89% from 255) = 42.83%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=30.59%
G=42.83%
B=26.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602241390.2900.380.12105.1857.8271.18
HexA0E08B1D026C693a47
Octal240340213350461415172107
Binary101000001110000010001011111010100110110011010011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E08B; }

 p { color: rgb(160,224,139); }

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

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

 a { background-color: rgb(160,224,139); }

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

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

 span { border-color: rgb(160,224,139); }

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