Html Css Color HEX #A0DD9B Granny Smith Apple

📋 copy color: '#A0DD9B'

red 160 ◦ green 221 ◦ blue 155

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

Shades of Granny Smith Apple #A0DD9B

Tints of Granny Smith Apple #A0DD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 29.85%
G = 41.23%
B = 28.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#A0DD9B (or 0xA0DD9B) is known color: Granny Smith Apple. HEX triplet: A0, DD and 9B. RGB value is (160,221,155). Sum of RGB (Red+Green+Blue) = 160+221+155=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD9B is #5F2264. Grayscale: #C3C3C3. Windows color (decimal): -6234725 or 10214816. OLE color: 10214816.

HSL color Cylindrical-coordinate representation of color #A0DD9B: hue angle of 115.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DD9B is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 155 -
CMYK 0.28 0 0.30 0.13
HSL 115.45º 0.49% 0.74% -
HSV(B) 115.45º 0.3% 0.87% -
XYZ 46.27 61.55 40.45 -
YUV 195.24 105.29 102.87 -
System Red Green Blue C M Y K H S L
Decimal 160 221 155 0.28 0 0.30 0.13 115.45 0.49 0.74
Hex A0 DD 9B 1C 0 1E D 73 31 4A
Octal 240 335 233 34 0 36 15 163 61 112
Binary 10100000 11011101 10011011 11100 0 11110 1101 1110011 110001 1001010

Color Harmonies of #A0DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD9B

Black with #A0DD9B

Text Example


Text Example

White with #A0DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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