#A0E896

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

Shades of Granny Smith Apple #A0E896

Tints of Granny Smith Apple #A0E896

Color information

#A0E896 (or 0xA0E896) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E8 and 96. RGB value is (160,232,150). Sum of RGB (Red+Green+Blue) = 160+232+150=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E896 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E896 is #5F1769. Grayscale: #C9C9C9. Windows color (decimal): -6231914 or 9889952. OLE color: 9889952.

HSL color Cylindrical-coordinate representation of color #A0E896: hue angle of 112.68º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0E896 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB160232150-
CMYK0.3100.350.09
HSL112.68º64.06%74.9%-
HSV(B)112.68º35.34%90.98%-
XYZ48.8667.3939.29-
YUV201.1299.1598.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 232 (91.02% from 255) = 42.80%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=29.52%
G=42.80%
B=27.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602321500.3100.350.09112.6864.0674.9
HexA0E8961F023971404b
Octal2403502263704311161100113
Binary1010000011101000100101101111101000111001111000110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E896; }

 p { color: rgb(160,232,150); }

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

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

 a { background-color: rgb(160,232,150); }

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

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

 span { border-color: rgb(160,232,150); }

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