#A0D193

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

Shades of Granny Smith Apple #A0D193

Tints of Granny Smith Apple #A0D193

Color information

#A0D193 (or 0xA0D193) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D1 and 93. RGB value is (160,209,147). Sum of RGB (Red+Green+Blue) = 160+209+147=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D193 is #5F2E6C. Grayscale: #BBBBBB. Windows color (decimal): -6237805 or 9687456. OLE color: 9687456.

HSL color Cylindrical-coordinate representation of color #A0D193: hue angle of 107.42º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0D193 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB160209147-
CMYK0.2300.300.18
HSL107.42º40.26%69.8%-
HSV(B)107.42º29.67%81.96%-
XYZ42.5655.1836.01-
YUV187.28105.27108.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=31.01%
G=40.50%
B=28.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602091470.2300.300.18107.4240.2669.8
HexA0D1931701E126b2846
Octal240321223270362215350106
Binary101000001101000110010011101110111101001011010111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D193; }

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

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

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

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

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

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

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

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