Html Css Color HEX #A8DB9B Granny Smith Apple

📋 copy color: '#A8DB9B'

red 168 ◦ green 219 ◦ blue 155

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

Shades of Granny Smith Apple #A8DB9B

Tints of Granny Smith Apple #A8DB9B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

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

R = 31%
G = 40.41%
B = 28.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#A8DB9B (or 0xA8DB9B) is known color: Granny Smith Apple. HEX triplet: A8, DB and 9B. RGB value is (168,219,155). Sum of RGB (Red+Green+Blue) = 168+219+155=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB9B is #572464. Grayscale: #C4C4C4. Windows color (decimal): -5710949 or 10214312. OLE color: 10214312.

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

Color convert

RGB 168 219 155 -
CMYK 0.23 0 0.29 0.14
HSL 107.81º 0.47% 0.73% -
HSV(B) 107.81º 0.29% 0.86% -
XYZ 47.4 61.35 40.35 -
YUV 196.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 168 219 155 0.23 0 0.29 0.14 107.81 0.47 0.73
Hex A8 DB 9B 17 0 1D E 6C 2F 49
Octal 250 333 233 27 0 35 16 154 57 111
Binary 10101000 11011011 10011011 10111 0 11101 1110 1101100 101111 1001001

Color Harmonies of #A8DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB9B

Black with #A8DB9B

Text Example


Text Example

White with #A8DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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