Html Css Color HEX #A8D699 Granny Smith Apple

📋 copy color: '#A8D699'

red 168 ◦ green 214 ◦ blue 153

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

Shades of Granny Smith Apple #A8D699

Tints of Granny Smith Apple #A8D699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40%

 BLUE value IS 153 (60.16% from 255) = 28.6%

R = 31.4%
G = 40%
B = 28.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#A8D699 (or 0xA8D699) is known color: Granny Smith Apple. HEX triplet: A8, D6 and 99. RGB value is (168,214,153). Sum of RGB (Red+Green+Blue) = 168+214+153=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D699 is #572966. Grayscale: #C1C1C1. Windows color (decimal): -5712231 or 10081960. OLE color: 10081960.

HSL color Cylindrical-coordinate representation of color #A8D699: hue angle of 105.25º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D699 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 153 -
CMYK 0.21 0 0.29 0.16
HSL 105.25º 0.43% 0.72% -
HSV(B) 105.25º 0.29% 0.84% -
XYZ 45.94 58.72 39.05 -
YUV 193.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 168 214 153 0.21 0 0.29 0.16 105.25 0.43 0.72
Hex A8 D6 99 15 0 1D 10 69 2B 48
Octal 250 326 231 25 0 35 20 151 53 110
Binary 10101000 11010110 10011001 10101 0 11101 10000 1101001 101011 1001000

Color Harmonies of #A8D699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D699

Black with #A8D699

Text Example


Text Example

White with #A8D699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D699; }

 p { color: rgb(168,214,153); }

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

background-color css

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

 a { background-color: rgb(168,214,153); }

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

border-color css

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

 span { border-color: rgb(168,214,153); }

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