Html Css Color HEX #A0DC9B Granny Smith Apple

📋 copy color: '#A0DC9B'

red 160 ◦ green 220 ◦ blue 155

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

Shades of Granny Smith Apple #A0DC9B

Tints of Granny Smith Apple #A0DC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

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

R = 29.91%
G = 41.12%
B = 28.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#A0DC9B (or 0xA0DC9B) is known color: Granny Smith Apple. HEX triplet: A0, DC and 9B. RGB value is (160,220,155). Sum of RGB (Red+Green+Blue) = 160+220+155=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC9B is #5F2364. Grayscale: #C2C2C2. Windows color (decimal): -6234981 or 10214560. OLE color: 10214560.

HSL color Cylindrical-coordinate representation of color #A0DC9B: hue angle of 115.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DC9B is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 155 -
CMYK 0.27 0 0.30 0.14
HSL 115.38º 0.48% 0.74% -
HSV(B) 115.38º 0.3% 0.86% -
XYZ 46.01 61.03 40.36 -
YUV 194.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 160 220 155 0.27 0 0.30 0.14 115.38 0.48 0.74
Hex A0 DC 9B 1B 0 1E E 73 30 4A
Octal 240 334 233 33 0 36 16 163 60 112
Binary 10100000 11011100 10011011 11011 0 11110 1110 1110011 110000 1001010

Color Harmonies of #A0DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC9B

Black with #A0DC9B

Text Example


Text Example

White with #A0DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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