Html Css Color HEX #A8D998 Granny Smith Apple

📋 copy color: '#A8D998'

red 168 ◦ green 217 ◦ blue 152

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

Shades of Granny Smith Apple #A8D998

Tints of Granny Smith Apple #A8D998

RGB

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

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

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

R = 31.28%
G = 40.41%
B = 28.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#A8D998 (or 0xA8D998) is known color: Granny Smith Apple. HEX triplet: A8, D9 and 98. RGB value is (168,217,152). Sum of RGB (Red+Green+Blue) = 168+217+152=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D998 is #572667. Grayscale: #C3C3C3. Windows color (decimal): -5711464 or 10017192. OLE color: 10017192.

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

Color convert

RGB 168 217 152 -
CMYK 0.23 0 0.30 0.15
HSL 105.23º 0.46% 0.72% -
HSV(B) 105.23º 0.3% 0.85% -
XYZ 46.63 60.22 38.87 -
YUV 194.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 168 217 152 0.23 0 0.30 0.15 105.23 0.46 0.72
Hex A8 D9 98 17 0 1E F 69 2E 48
Octal 250 331 230 27 0 36 17 151 56 110
Binary 10101000 11011001 10011000 10111 0 11110 1111 1101001 101110 1001000

Color Harmonies of #A8D998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D998

Black with #A8D998

Text Example


Text Example

White with #A8D998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D998; }

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

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

background-color css

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

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

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

border-color css

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

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

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