Html Css Color HEX #A6DCA0 Granny Smith Apple

📋 copy color: '#A6DCA0'

red 166 ◦ green 220 ◦ blue 160

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

Shades of Granny Smith Apple #A6DCA0

Tints of Granny Smith Apple #A6DCA0

RGB

 RED value IS 166 (65.23% from 255) = 30.4%

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

 BLUE value IS 160 (62.89% from 255) = 29.3%

R = 30.4%
G = 40.29%
B = 29.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#A6DCA0 (or 0xA6DCA0) is known color: Granny Smith Apple. HEX triplet: A6, DC and A0. RGB value is (166,220,160). Sum of RGB (Red+Green+Blue) = 166+220+160=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCA0 is #59235F. Grayscale: #C5C5C5. Windows color (decimal): -5841760 or 10542246. OLE color: 10542246.

HSL color Cylindrical-coordinate representation of color #A6DCA0: hue angle of 114º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6DCA0 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 160 -
CMYK 0.25 0 0.27 0.14
HSL 114º 0.46% 0.75% -
HSV(B) 114º 0.27% 0.86% -
XYZ 47.66 61.83 42.68 -
YUV 197.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 166 220 160 0.25 0 0.27 0.14 114 0.46 0.75
Hex A6 DC A0 19 0 1B E 72 2E 4B
Octal 246 334 240 31 0 33 16 162 56 113
Binary 10100110 11011100 10100000 11001 0 11011 1110 1110010 101110 1001011

Color Harmonies of #A6DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCA0

Black with #A6DCA0

Text Example


Text Example

White with #A6DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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