#A0EB95

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

Shades of Granny Smith Apple #A0EB95

Tints of Granny Smith Apple #A0EB95

Color information

#A0EB95 (or 0xA0EB95) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EB and 95. RGB value is (160,235,149). Sum of RGB (Red+Green+Blue) = 160+235+149=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB95 is #5F146A. Grayscale: #CBCBCB. Windows color (decimal): -6231147 or 9825184. OLE color: 9825184.

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

Color convert

RGB160235149-
CMYK0.3200.370.08
HSL112.33º68.25%75.29%-
HSV(B)112.33º36.6%92.16%-
XYZ49.6369.0639.15-
YUV202.7797.6597.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 235 (92.19% from 255) = 43.20%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=29.41%
G=43.20%
B=27.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351490.3200.370.08112.3368.2575.29
HexA0EB9520025870444b
Octal2403532254004510160104113
Binary10100000111010111001010110000001001011000111000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EB95; }

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

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

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

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

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

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

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

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