#A2DA98

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

Shades of Granny Smith Apple #A2DA98

Tints of Granny Smith Apple #A2DA98

Color information

#A2DA98 (or 0xA2DA98) is unknown color: approx Granny Smith Apple. HEX triplet: A2, DA and 98. RGB value is (162,218,152). Sum of RGB (Red+Green+Blue) = 162+218+152=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA98 is #5D2567. Grayscale: #C1C1C1. Windows color (decimal): -6104424 or 10017442. OLE color: 10017442.

HSL color Cylindrical-coordinate representation of color #A2DA98: hue angle of 110.91º 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 #A2DA98 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB162218152-
CMYK0.2600.300.15
HSL110.91º47.14%72.55%-
HSV(B)110.91º30.28%85.49%-
XYZ45.6460.0938.9-
YUV193.73104.45105.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 152 (59.77% from 255) = 28.57%
R=30.45%
G=40.98%
B=28.57%

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
Decimal1622181520.2600.300.15110.9147.1472.55
HexA2DA981A01EF6f2f49
Octal242332230320361715757111
Binary10100010110110101001100011010011110111111011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DA98; }

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

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

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

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

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

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

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

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