#A1D898

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

Shades of Granny Smith Apple #A1D898

Tints of Granny Smith Apple #A1D898

Color information

#A1D898 (or 0xA1D898) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D8 and 98. RGB value is (161,216,152). Sum of RGB (Red+Green+Blue) = 161+216+152=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D898 is #5E2767. Grayscale: #C0C0C0. Windows color (decimal): -6170472 or 10016929. OLE color: 10016929.

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

Color convert

RGB161216152-
CMYK0.2500.300.15
HSL111.56º45.07%72.16%-
HSV(B)111.56º29.63%84.71%-
XYZ44.9258.9638.72-
YUV192.26105.28105.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 216 (84.77% from 255) = 40.83%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=30.43%
G=40.83%
B=28.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161520.2500.300.15111.5645.0772.16
HexA1D8981901EF702d48
Octal241330230310361716055110
Binary10100001110110001001100011001011110111111100001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D898; }

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

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

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

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

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

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

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

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