#A6DC98

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

Shades of Granny Smith Apple #A6DC98

Tints of Granny Smith Apple #A6DC98

Color information

#A6DC98 (or 0xA6DC98) is unknown color: approx Granny Smith Apple. HEX triplet: A6, DC and 98. RGB value is (166,220,152). Sum of RGB (Red+Green+Blue) = 166+220+152=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DC98 is #592367. Grayscale: #C4C4C4. Windows color (decimal): -5841768 or 10017958. OLE color: 10017958.

HSL color Cylindrical-coordinate representation of color #A6DC98: hue angle of 107.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6DC98 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB166220152-
CMYK0.2500.310.14
HSL107.65º49.28%72.94%-
HSV(B)107.65º30.91%86.27%-
XYZ46.9961.5639.11-
YUV196.1103.11106.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=30.86%
G=40.89%
B=28.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662201520.2500.310.14107.6549.2872.94
HexA6DC981901FE6c3149
Octal246334230310371615461111
Binary10100110110111001001100011001011111111011011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC98; }

 p { color: rgb(166,220,152); }

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

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

 a { background-color: rgb(166,220,152); }

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

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

 span { border-color: rgb(166,220,152); }

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