Html Css Color HEX #A8DAA0 Granny Smith Apple

📋 copy color: '#A8DAA0'

red 168 ◦ green 218 ◦ blue 160

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

Shades of Granny Smith Apple #A8DAA0

Tints of Granny Smith Apple #A8DAA0

RGB

 RED value IS 168 (66.02% from 255) = 30.77%

 GREEN value IS 218 (85.55% from 255) = 39.93%

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

R = 30.77%
G = 39.93%
B = 29.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#A8DAA0 (or 0xA8DAA0) is known color: Granny Smith Apple. HEX triplet: A8, DA and A0. RGB value is (168,218,160). Sum of RGB (Red+Green+Blue) = 168+218+160=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAA0 is #57255F. Grayscale: #C4C4C4. Windows color (decimal): -5711200 or 10541736. OLE color: 10541736.

HSL color Cylindrical-coordinate representation of color #A8DAA0: hue angle of 111.72º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8DAA0 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 160 -
CMYK 0.23 0 0.27 0.15
HSL 111.72º 0.44% 0.74% -
HSV(B) 111.72º 0.27% 0.85% -
XYZ 47.57 61.01 42.53 -
YUV 196.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 168 218 160 0.23 0 0.27 0.15 111.72 0.44 0.74
Hex A8 DA A0 17 0 1B F 70 2C 4A
Octal 250 332 240 27 0 33 17 160 54 112
Binary 10101000 11011010 10100000 10111 0 11011 1111 1110000 101100 1001010

Color Harmonies of #A8DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAA0

Black with #A8DAA0

Text Example


Text Example

White with #A8DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAA0; }

 p { color: rgb(168,218,160); }

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

background-color css

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

 a { background-color: rgb(168,218,160); }

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

border-color css

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

 span { border-color: rgb(168,218,160); }

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