#A0D194

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

Shades of Granny Smith Apple #A0D194

Tints of Granny Smith Apple #A0D194

Color information

#A0D194 (or 0xA0D194) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D1 and 94. RGB value is (160,209,148). Sum of RGB (Red+Green+Blue) = 160+209+148=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D194 is #5F2E6B. Grayscale: #BBBBBB. Windows color (decimal): -6237804 or 9752992. OLE color: 9752992.

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

Color convert

RGB160209148-
CMYK0.2300.290.18
HSL108.2º39.87%70%-
HSV(B)108.2º29.19%81.96%-
XYZ42.6455.2136.43-
YUV187.4105.77108.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=30.95%
G=40.43%
B=28.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602091480.2300.290.18108.239.8770
HexA0D1941701D126c2846
Octal240321224270352215450106
Binary101000001101000110010100101110111011001011011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D194; }

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

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

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

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

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

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

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

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