Html Css Color HEX #A0DD97 Granny Smith Apple

📋 copy color: '#A0DD97'

red 160 ◦ green 221 ◦ blue 151

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

Shades of Granny Smith Apple #A0DD97

Tints of Granny Smith Apple #A0DD97

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.54%

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

R = 30.08%
G = 41.54%
B = 28.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#A0DD97 (or 0xA0DD97) is known color: Granny Smith Apple. HEX triplet: A0, DD and 97. RGB value is (160,221,151). Sum of RGB (Red+Green+Blue) = 160+221+151=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD97 is #5F2268. Grayscale: #C3C3C3. Windows color (decimal): -6234729 or 9952672. OLE color: 9952672.

HSL color Cylindrical-coordinate representation of color #A0DD97: hue angle of 112.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DD97 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 151 -
CMYK 0.28 0 0.32 0.13
HSL 112.29º 0.51% 0.73% -
HSV(B) 112.29º 0.32% 0.87% -
XYZ 45.94 61.42 38.71 -
YUV 194.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 160 221 151 0.28 0 0.32 0.13 112.29 0.51 0.73
Hex A0 DD 97 1C 0 20 D 70 33 49
Octal 240 335 227 34 0 40 15 160 63 111
Binary 10100000 11011101 10010111 11100 0 100000 1101 1110000 110011 1001001

Color Harmonies of #A0DD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD97

Black with #A0DD97

Text Example


Text Example

White with #A0DD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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