#A0D195

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

Shades of Granny Smith Apple #A0D195

Tints of Granny Smith Apple #A0D195

Color information

#A0D195 (or 0xA0D195) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D1 and 95. RGB value is (160,209,149). Sum of RGB (Red+Green+Blue) = 160+209+149=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D195 is #5F2E6A. Grayscale: #BBBBBB. Windows color (decimal): -6237803 or 9818528. OLE color: 9818528.

HSL color Cylindrical-coordinate representation of color #A0D195: hue angle of 109º degrees, saturation: 0.39, 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 #A0D195 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB160209149-
CMYK0.2300.290.18
HSL109º39.47%70.2%-
HSV(B)109º28.71%81.96%-
XYZ42.7255.2436.85-
YUV187.51106.27108.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=30.89%
G=40.35%
B=28.76%

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
Decimal1602091490.2300.290.1810939.4770.2
HexA0D1951701D126d2746
Octal240321225270352215547106
Binary101000001101000110010101101110111011001011011011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D195; }

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

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

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

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

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

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

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

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