#A5D8A0

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

Shades of Granny Smith Apple #A5D8A0

Tints of Granny Smith Apple #A5D8A0

Color information

#A5D8A0 (or 0xA5D8A0) is unknown color: approx Granny Smith Apple. HEX triplet: A5, D8 and A0. RGB value is (165,216,160). Sum of RGB (Red+Green+Blue) = 165+216+160=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D8A0 is #5A275F. Grayscale: #C2C2C2. Windows color (decimal): -5908320 or 10541221. OLE color: 10541221.

HSL color Cylindrical-coordinate representation of color #A5D8A0: hue angle of 114.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5D8A0 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB165216160-
CMYK0.2400.260.15
HSL114.64º41.79%73.73%-
HSV(B)114.64º25.93%84.71%-
XYZ46.4259.6542.32-
YUV194.37108.6107.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=30.50%
G=39.93%
B=29.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161600.2400.260.15114.6441.7973.73
HexA5D8A01801AF732a4a
Octal245330240300321716352112
Binary10100101110110001010000011000011010111111100111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D8A0; }

 p { color: rgb(165,216,160); }

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

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

 a { background-color: rgb(165,216,160); }

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

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

 span { border-color: rgb(165,216,160); }

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