#A0D793

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

Shades of Granny Smith Apple #A0D793

Tints of Granny Smith Apple #A0D793

Color information

#A0D793 (or 0xA0D793) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D7 and 93. RGB value is (160,215,147). Sum of RGB (Red+Green+Blue) = 160+215+147=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D793 is #5F286C. Grayscale: #BFBFBF. Windows color (decimal): -6236269 or 9688992. OLE color: 9688992.

HSL color Cylindrical-coordinate representation of color #A0D793: hue angle of 108.53º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D793 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB160215147-
CMYK0.2600.320.16
HSL108.53º45.95%70.98%-
HSV(B)108.53º31.63%84.31%-
XYZ44.0658.1836.51-
YUV190.8103.28106.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=30.65%
G=41.19%
B=28.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602151470.2600.320.16108.5345.9570.98
HexA0D7931A020106d2e47
Octal240327223320402015556107
Binary1010000011010111100100111101001000001000011011011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D793; }

 p { color: rgb(160,215,147); }

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

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

 a { background-color: rgb(160,215,147); }

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

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

 span { border-color: rgb(160,215,147); }

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