#A9DC98

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

Shades of Granny Smith Apple #A9DC98

Tints of Granny Smith Apple #A9DC98

Color information

#A9DC98 (or 0xA9DC98) is unknown color: approx Granny Smith Apple. HEX triplet: A9, DC and 98. RGB value is (169,220,152). Sum of RGB (Red+Green+Blue) = 169+220+152=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DC98 is #562367. Grayscale: #C5C5C5. Windows color (decimal): -5645160 or 10017961. OLE color: 10017961.

HSL color Cylindrical-coordinate representation of color #A9DC98: hue angle of 105º 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 #A9DC98 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB169220152-
CMYK0.2300.310.14
HSL105º49.28%72.94%-
HSV(B)105º30.91%86.27%-
XYZ47.6261.8939.14-
YUV197102.6108.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=31.24%
G=40.67%
B=28.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201520.2300.310.1410549.2872.94
HexA9DC981701FE693149
Octal251334230270371615161111
Binary10101001110111001001100010111011111111011010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DC98; }

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

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

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

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

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

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

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

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