Html Css Color HEX #A8DD9D Granny Smith Apple

📋 copy color: '#A8DD9D'

red 168 ◦ green 221 ◦ blue 157

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

Shades of Granny Smith Apple #A8DD9D

Tints of Granny Smith Apple #A8DD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.75%

R = 30.77%
G = 40.48%
B = 28.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#A8DD9D (or 0xA8DD9D) is known color: Granny Smith Apple. HEX triplet: A8, DD and 9D. RGB value is (168,221,157). Sum of RGB (Red+Green+Blue) = 168+221+157=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD9D is #572262. Grayscale: #C6C6C6. Windows color (decimal): -5710435 or 10345896. OLE color: 10345896.

HSL color Cylindrical-coordinate representation of color #A8DD9D: hue angle of 109.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DD9D is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 157 -
CMYK 0.24 0 0.29 0.13
HSL 109.69º 0.48% 0.74% -
HSV(B) 109.69º 0.29% 0.87% -
XYZ 48.09 62.47 41.42 -
YUV 197.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 168 221 157 0.24 0 0.29 0.13 109.69 0.48 0.74
Hex A8 DD 9D 18 0 1D D 6E 30 4A
Octal 250 335 235 30 0 35 15 156 60 112
Binary 10101000 11011101 10011101 11000 0 11101 1101 1101110 110000 1001010

Color Harmonies of #A8DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD9D

Black with #A8DD9D

Text Example


Text Example

White with #A8DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD9D; }

 p { color: rgb(168,221,157); }

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

background-color css

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

 a { background-color: rgb(168,221,157); }

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

border-color css

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

 span { border-color: rgb(168,221,157); }

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