Html Css Color HEX #A0D797 Granny Smith Apple

📋 copy color: '#A0D797'

red 160 ◦ green 215 ◦ blue 151

#A0D797
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A0D797

Tints of Granny Smith Apple #A0D797

RGB

 RED value IS 160 (62.89% from 255) = 30.42%

 GREEN value IS 215 (84.38% from 255) = 40.87%

 BLUE value IS 151 (59.38% from 255) = 28.71%

R = 30.42%
G = 40.87%
B = 28.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#A0D797 (or 0xA0D797) is known color: Granny Smith Apple. HEX triplet: A0, D7 and 97. RGB value is (160,215,151). Sum of RGB (Red+Green+Blue) = 160+215+151=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D797 is #5F2868. Grayscale: #BFBFBF. Windows color (decimal): -6236265 or 9951136. OLE color: 9951136.

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

Color convert

RGB 160 215 151 -
CMYK 0.26 0 0.30 0.16
HSL 111.56º 0.44% 0.72% -
HSV(B) 111.56º 0.3% 0.84% -
XYZ 44.38 58.31 38.19 -
YUV 191.26 105.28 105.7 -
System Red Green Blue C M Y K H S L
Decimal 160 215 151 0.26 0 0.30 0.16 111.56 0.44 0.72
Hex A0 D7 97 1A 0 1E 10 70 2C 48
Octal 240 327 227 32 0 36 20 160 54 110
Binary 10100000 11010111 10010111 11010 0 11110 10000 1110000 101100 1001000

Color Harmonies of #A0D797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D797

Black with #A0D797

Text Example


Text Example

White with #A0D797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D797; }

 p { color: rgb(160,215,151); }

 H1.HeaderClassName
 {
   color: #A0D797;
 }
 .AnyTagClassName
 {
   color: #A0D797;
 }
</style>

background-color css

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

 a { background-color: rgb(160,215,151); }

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

border-color css

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

 span { border-color: rgb(160,215,151); }

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