#a0da8f

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

Shades of Granny Smith Apple #A0DA8F

Tints of Granny Smith Apple #A0DA8F

Color information

#A0DA8F (or 0xA0DA8F) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DA and 8F. RGB value is (160,218,143). Sum of RGB (Red+Green+Blue) = 160+218+143=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA8F is #5F2570. Grayscale: #C0C0C0. Windows color (decimal): -6235505 or 9427616. OLE color: 9427616.

HSL color Cylindrical-coordinate representation of color #A0DA8F: hue angle of 106.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0DA8F is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB160218143-
CMYK0.2700.340.15
HSL106.4º50.34%70.78%-
HSV(B)106.4º34.4%85.49%-
XYZ44.5359.635.14-
YUV192.11100.28105.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=30.71%
G=41.84%
B=27.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181430.2700.340.15106.450.3470.78
HexA0DA8F1B022F6a3247
Octal240332217330421715262107
Binary101000001101101010001111110110100010111111010101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0da8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0da8f; }

 p { color: rgb(160,218,143); }

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

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

 a { background-color: rgb(160,218,143); }

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

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

 span { border-color: rgb(160,218,143); }

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