Html Css Color HEX #A8D996 Granny Smith Apple

📋 copy color: '#A8D996'

red 168 ◦ green 217 ◦ blue 150

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

Shades of Granny Smith Apple #A8D996

Tints of Granny Smith Apple #A8D996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

 BLUE value IS 150 (58.98% from 255) = 28.04%

R = 31.4%
G = 40.56%
B = 28.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#A8D996 (or 0xA8D996) is known color: Granny Smith Apple. HEX triplet: A8, D9 and 96. RGB value is (168,217,150). Sum of RGB (Red+Green+Blue) = 168+217+150=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D996 is #572669. Grayscale: #C2C2C2. Windows color (decimal): -5711466 or 9886120. OLE color: 9886120.

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

Color convert

RGB 168 217 150 -
CMYK 0.23 0 0.31 0.15
HSL 103.88º 0.47% 0.72% -
HSV(B) 103.88º 0.31% 0.85% -
XYZ 46.47 60.15 38.02 -
YUV 194.71 102.77 108.95 -
System Red Green Blue C M Y K H S L
Decimal 168 217 150 0.23 0 0.31 0.15 103.88 0.47 0.72
Hex A8 D9 96 17 0 1F F 68 2F 48
Octal 250 331 226 27 0 37 17 150 57 110
Binary 10101000 11011001 10010110 10111 0 11111 1111 1101000 101111 1001000

Color Harmonies of #A8D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D996

Black with #A8D996

Text Example


Text Example

White with #A8D996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D996; }

 p { color: rgb(168,217,150); }

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

background-color css

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

 a { background-color: rgb(168,217,150); }

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

border-color css

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

 span { border-color: rgb(168,217,150); }

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