#A1D99A

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

Shades of Granny Smith Apple #A1D99A

Tints of Granny Smith Apple #A1D99A

Color information

#A1D99A (or 0xA1D99A) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D9 and 9A. RGB value is (161,217,154). Sum of RGB (Red+Green+Blue) = 161+217+154=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D99A is #5E2665. Grayscale: #C1C1C1. Windows color (decimal): -6170214 or 10148257. OLE color: 10148257.

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

Color convert

RGB161217154-
CMYK0.2600.290.15
HSL113.33º45.32%72.75%-
HSV(B)113.33º29.03%85.1%-
XYZ45.3459.5439.67-
YUV193.07105.95105.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=30.26%
G=40.79%
B=28.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171540.2600.290.15113.3345.3272.75
HexA1D99A1A01DF712d49
Octal241331232320351716155111
Binary10100001110110011001101011010011101111111100011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D99A; }

 p { color: rgb(161,217,154); }

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

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

 a { background-color: rgb(161,217,154); }

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

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

 span { border-color: rgb(161,217,154); }

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