Html Css Color HEX #A8DA9F Granny Smith Apple

📋 copy color: '#A8DA9F'

red 168 ◦ green 218 ◦ blue 159

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

Shades of Granny Smith Apple #A8DA9F

Tints of Granny Smith Apple #A8DA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.17%

R = 30.83%
G = 40%
B = 29.17%

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

#A8DA9F (or 0xA8DA9F) is known color: Granny Smith Apple. HEX triplet: A8, DA and 9F. RGB value is (168,218,159). Sum of RGB (Red+Green+Blue) = 168+218+159=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA9F is #572560. Grayscale: #C4C4C4. Windows color (decimal): -5711201 or 10476200. OLE color: 10476200.

HSL color Cylindrical-coordinate representation of color #A8DA9F: hue angle of 110.85º 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 #A8DA9F is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 159 -
CMYK 0.23 0 0.27 0.15
HSL 110.85º 0.44% 0.74% -
HSV(B) 110.85º 0.27% 0.85% -
XYZ 47.48 60.97 42.07 -
YUV 196.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 168 218 159 0.23 0 0.27 0.15 110.85 0.44 0.74
Hex A8 DA 9F 17 0 1B F 6F 2C 4A
Octal 250 332 237 27 0 33 17 157 54 112
Binary 10101000 11011010 10011111 10111 0 11011 1111 1101111 101100 1001010

Color Harmonies of #A8DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA9F

Black with #A8DA9F

Text Example


Text Example

White with #A8DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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