Html Css Color HEX #A8D698 Granny Smith Apple

📋 copy color: '#A8D698'

red 168 ◦ green 214 ◦ blue 152

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

Shades of Granny Smith Apple #A8D698

Tints of Granny Smith Apple #A8D698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 31.46%
G = 40.07%
B = 28.46%

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

#A8D698 (or 0xA8D698) is known color: Granny Smith Apple. HEX triplet: A8, D6 and 98. RGB value is (168,214,152). Sum of RGB (Red+Green+Blue) = 168+214+152=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D698 is #572967. Grayscale: #C1C1C1. Windows color (decimal): -5712232 or 10016424. OLE color: 10016424.

HSL color Cylindrical-coordinate representation of color #A8D698: hue angle of 104.52º 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 #A8D698 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 152 -
CMYK 0.21 0 0.29 0.16
HSL 104.52º 0.43% 0.72% -
HSV(B) 104.52º 0.29% 0.84% -
XYZ 45.86 58.68 38.62 -
YUV 193.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 168 214 152 0.21 0 0.29 0.16 104.52 0.43 0.72
Hex A8 D6 98 15 0 1D 10 69 2B 48
Octal 250 326 230 25 0 35 20 151 53 110
Binary 10101000 11010110 10011000 10101 0 11101 10000 1101001 101011 1001000

Color Harmonies of #A8D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D698

Black with #A8D698

Text Example


Text Example

White with #A8D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D698; }

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

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

background-color css

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

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

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

border-color css

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

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

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