#A0EB96

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

Shades of Granny Smith Apple #A0EB96

Tints of Granny Smith Apple #A0EB96

Color information

#A0EB96 (or 0xA0EB96) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EB and 96. RGB value is (160,235,150). Sum of RGB (Red+Green+Blue) = 160+235+150=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB96 is #5F1469. Grayscale: #CBCBCB. Windows color (decimal): -6231146 or 9890720. OLE color: 9890720.

HSL color Cylindrical-coordinate representation of color #A0EB96: hue angle of 112.94º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0EB96 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB160235150-
CMYK0.3200.360.08
HSL112.94º68%75.49%-
HSV(B)112.94º36.17%92.16%-
XYZ49.7169.0939.57-
YUV202.8898.1597.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=29.36%
G=43.12%
B=27.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351500.3200.360.08112.946875.49
HexA0EB9620024871444b
Octal2403532264004410161104113
Binary10100000111010111001011010000001001001000111000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EB96; }

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

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

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

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

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

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

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

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