#A5D796

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

Shades of Granny Smith Apple #A5D796

Tints of Granny Smith Apple #A5D796

Color information

#A5D796 (or 0xA5D796) is unknown color: approx Granny Smith Apple. HEX triplet: A5, D7 and 96. RGB value is (165,215,150). Sum of RGB (Red+Green+Blue) = 165+215+150=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D796 is #5A2869. Grayscale: #C0C0C0. Windows color (decimal): -5908586 or 9885605. OLE color: 9885605.

HSL color Cylindrical-coordinate representation of color #A5D796: hue angle of 106.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D796 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB165215150-
CMYK0.2300.300.16
HSL106.15º44.83%71.57%-
HSV(B)106.15º30.23%84.31%-
XYZ45.3258.837.82-
YUV192.64103.94108.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=31.13%
G=40.57%
B=28.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151500.2300.300.16106.1544.8371.57
HexA5D7961701E106a2d48
Octal245327226270362015255110
Binary101001011101011110010110101110111101000011010101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D796; }

 p { color: rgb(165,215,150); }

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

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

 a { background-color: rgb(165,215,150); }

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

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

 span { border-color: rgb(165,215,150); }

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