Html Css Color HEX #A8DA98 Granny Smith Apple

📋 copy color: '#A8DA98'

red 168 ◦ green 218 ◦ blue 152

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

Shades of Granny Smith Apple #A8DA98

Tints of Granny Smith Apple #A8DA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

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

R = 31.23%
G = 40.52%
B = 28.25%

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

#A8DA98 (or 0xA8DA98) is known color: Granny Smith Apple. HEX triplet: A8, DA and 98. RGB value is (168,218,152). Sum of RGB (Red+Green+Blue) = 168+218+152=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA98 is #572567. Grayscale: #C3C3C3. Windows color (decimal): -5711208 or 10017448. OLE color: 10017448.

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

Color convert

RGB 168 218 152 -
CMYK 0.23 0 0.30 0.15
HSL 105.45º 0.47% 0.73% -
HSV(B) 105.45º 0.3% 0.85% -
XYZ 46.89 60.73 38.96 -
YUV 195.53 103.44 108.37 -
System Red Green Blue C M Y K H S L
Decimal 168 218 152 0.23 0 0.30 0.15 105.45 0.47 0.73
Hex A8 DA 98 17 0 1E F 69 2F 49
Octal 250 332 230 27 0 36 17 151 57 111
Binary 10101000 11011010 10011000 10111 0 11110 1111 1101001 101111 1001001

Color Harmonies of #A8DA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA98

Black with #A8DA98

Text Example


Text Example

White with #A8DA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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