#A1DC8D

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

Shades of Granny Smith Apple #A1DC8D

Tints of Granny Smith Apple #A1DC8D

Color information

#A1DC8D (or 0xA1DC8D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DC and 8D. RGB value is (161,220,141). Sum of RGB (Red+Green+Blue) = 161+220+141=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC8D is #5E2372. Grayscale: #C1C1C1. Windows color (decimal): -6169459 or 9297057. OLE color: 9297057.

HSL color Cylindrical-coordinate representation of color #A1DC8D: hue angle of 104.81º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DC8D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB161220141-
CMYK0.2700.360.14
HSL104.81º53.02%70.78%-
HSV(B)104.81º35.91%86.27%-
XYZ45.160.6934.54-
YUV193.3598.45104.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=30.84%
G=42.15%
B=27.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201410.2700.360.14104.8153.0270.78
HexA1DC8D1B024E693547
Octal241334215330441615165107
Binary101000011101110010001101110110100100111011010011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC8D; }

 p { color: rgb(161,220,141); }

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

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

 a { background-color: rgb(161,220,141); }

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

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

 span { border-color: rgb(161,220,141); }

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