#A1D397

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

Shades of Granny Smith Apple #A1D397

Tints of Granny Smith Apple #A1D397

Color information

#A1D397 (or 0xA1D397) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D3 and 97. RGB value is (161,211,151). Sum of RGB (Red+Green+Blue) = 161+211+151=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D397 is #5E2C68. Grayscale: #BDBDBD. Windows color (decimal): -6171753 or 9950113. OLE color: 9950113.

HSL color Cylindrical-coordinate representation of color #A1D397: hue angle of 110º 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 #A1D397 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB161211151-
CMYK0.2400.280.17
HSL110º40.54%70.98%-
HSV(B)110º28.44%82.75%-
XYZ43.5856.437.87-
YUV189.21106.44107.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=30.78%
G=40.34%
B=28.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111510.2400.280.1711040.5470.98
HexA1D3971801C116e2947
Octal241323227300342115651107
Binary101000011101001110010111110000111001000111011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D397; }

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

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

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

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

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

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

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

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