#A5D397

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

Shades of Granny Smith Apple #A5D397

Tints of Granny Smith Apple #A5D397

Color information

#A5D397 (or 0xA5D397) is unknown color: approx Granny Smith Apple. HEX triplet: A5, D3 and 97. RGB value is (165,211,151). Sum of RGB (Red+Green+Blue) = 165+211+151=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D397 is #5A2C68. Grayscale: #BEBEBE. Windows color (decimal): -5909609 or 9950117. OLE color: 9950117.

HSL color Cylindrical-coordinate representation of color #A5D397: hue angle of 106º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5D397 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB165211151-
CMYK0.2200.280.17
HSL106º40.54%70.98%-
HSV(B)106º28.44%82.75%-
XYZ44.456.8237.91-
YUV190.41105.76109.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=31.31%
G=40.04%
B=28.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111510.2200.280.1710640.5470.98
HexA5D3971601C116a2947
Octal245323227260342115251107
Binary101001011101001110010111101100111001000111010101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D397; }

 p { color: rgb(165,211,151); }

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

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

 a { background-color: rgb(165,211,151); }

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

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

 span { border-color: rgb(165,211,151); }

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