#A0D898

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

Shades of Granny Smith Apple #A0D898

Tints of Granny Smith Apple #A0D898

Color information

#A0D898 (or 0xA0D898) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D8 and 98. RGB value is (160,216,152). Sum of RGB (Red+Green+Blue) = 160+216+152=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D898 is #5F2767. Grayscale: #C0C0C0. Windows color (decimal): -6236008 or 10016928. OLE color: 10016928.

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

Color convert

RGB160216152-
CMYK0.2600.300.15
HSL112.5º45.07%72.16%-
HSV(B)112.5º29.63%84.71%-
XYZ44.7258.8538.71-
YUV191.96105.45105.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=30.30%
G=40.91%
B=28.79%

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
Decimal1602161520.2600.300.15112.545.0772.16
HexA0D8981A01EF702d48
Octal240330230320361716055110
Binary10100000110110001001100011010011110111111100001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D898; }

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

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

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

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

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

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

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

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