Html Css Color HEX #A8DA9B Granny Smith Apple

📋 copy color: '#A8DA9B'

red 168 ◦ green 218 ◦ blue 155

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

Shades of Granny Smith Apple #A8DA9B

Tints of Granny Smith Apple #A8DA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 31.05%
G = 40.3%
B = 28.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#A8DA9B (or 0xA8DA9B) is known color: Granny Smith Apple. HEX triplet: A8, DA and 9B. RGB value is (168,218,155). Sum of RGB (Red+Green+Blue) = 168+218+155=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA9B is #572564. Grayscale: #C4C4C4. Windows color (decimal): -5711205 or 10214056. OLE color: 10214056.

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

Color convert

RGB 168 218 155 -
CMYK 0.23 0 0.29 0.15
HSL 107.62º 0.46% 0.73% -
HSV(B) 107.62º 0.29% 0.85% -
XYZ 47.14 60.83 40.27 -
YUV 195.87 104.94 108.12 -
System Red Green Blue C M Y K H S L
Decimal 168 218 155 0.23 0 0.29 0.15 107.62 0.46 0.73
Hex A8 DA 9B 17 0 1D F 6C 2E 49
Octal 250 332 233 27 0 35 17 154 56 111
Binary 10101000 11011010 10011011 10111 0 11101 1111 1101100 101110 1001001

Color Harmonies of #A8DA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA9B

Black with #A8DA9B

Text Example


Text Example

White with #A8DA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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