#A0D695

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

Shades of Granny Smith Apple #A0D695

Tints of Granny Smith Apple #A0D695

Color information

#A0D695 (or 0xA0D695) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D6 and 95. RGB value is (160,214,149). Sum of RGB (Red+Green+Blue) = 160+214+149=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D695 is #5F296A. Grayscale: #BEBEBE. Windows color (decimal): -6236523 or 9819808. OLE color: 9819808.

HSL color Cylindrical-coordinate representation of color #A0D695: hue angle of 109.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0D695 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB160214149-
CMYK0.2500.300.16
HSL109.85º44.22%71.18%-
HSV(B)109.85º30.37%83.92%-
XYZ43.9757.7437.26-
YUV190.44104.61106.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=30.59%
G=40.92%
B=28.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141490.2500.300.16109.8544.2271.18
HexA0D6951901E106e2c47
Octal240326225310362015654107
Binary101000001101011010010101110010111101000011011101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D695; }

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

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

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

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

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

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

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

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