#A1DA98

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

Shades of Granny Smith Apple #A1DA98

Tints of Granny Smith Apple #A1DA98

Color information

#A1DA98 (or 0xA1DA98) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DA and 98. RGB value is (161,218,152). Sum of RGB (Red+Green+Blue) = 161+218+152=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA98 is #5E2567. Grayscale: #C1C1C1. Windows color (decimal): -6169960 or 10017441. OLE color: 10017441.

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

Color convert

RGB161218152-
CMYK0.2600.300.15
HSL111.82º47.14%72.55%-
HSV(B)111.82º30.28%85.49%-
XYZ45.4459.9938.89-
YUV193.43104.62104.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=30.32%
G=41.05%
B=28.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181520.2600.300.15111.8247.1472.55
HexA1DA981A01EF702f49
Octal241332230320361716057111
Binary10100001110110101001100011010011110111111100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DA98; }

 p { color: rgb(161,218,152); }

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

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

 a { background-color: rgb(161,218,152); }

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

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

 span { border-color: rgb(161,218,152); }

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