#A0D395

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

Shades of Granny Smith Apple #A0D395

Tints of Granny Smith Apple #A0D395

Color information

#A0D395 (or 0xA0D395) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D3 and 95. RGB value is (160,211,149). Sum of RGB (Red+Green+Blue) = 160+211+149=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D395 is #5F2C6A. Grayscale: #BCBCBC. Windows color (decimal): -6237291 or 9819040. OLE color: 9819040.

HSL color Cylindrical-coordinate representation of color #A0D395: hue angle of 109.35º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0D395 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB160211149-
CMYK0.2400.290.17
HSL109.35º41.33%70.59%-
HSV(B)109.35º29.38%82.75%-
XYZ43.2256.2337.01-
YUV188.68105.6107.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=30.77%
G=40.58%
B=28.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602111490.2400.290.17109.3541.3370.59
HexA0D3951801D116d2947
Octal240323225300352115551107
Binary101000001101001110010101110000111011000111011011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D395; }

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

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

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

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

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

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

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

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