Html Css Color HEX #A8D896 Granny Smith Apple

📋 copy color: '#A8D896'

red 168 ◦ green 216 ◦ blue 150

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

Shades of Granny Smith Apple #A8D896

Tints of Granny Smith Apple #A8D896

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 31.46%
G = 40.45%
B = 28.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#A8D896 (or 0xA8D896) is known color: Granny Smith Apple. HEX triplet: A8, D8 and 96. RGB value is (168,216,150). Sum of RGB (Red+Green+Blue) = 168+216+150=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D896 is #572769. Grayscale: #C2C2C2. Windows color (decimal): -5711722 or 9885864. OLE color: 9885864.

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

Color convert

RGB 168 216 150 -
CMYK 0.22 0 0.31 0.15
HSL 103.64º 0.46% 0.72% -
HSV(B) 103.64º 0.31% 0.85% -
XYZ 46.21 59.64 37.93 -
YUV 194.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 168 216 150 0.22 0 0.31 0.15 103.64 0.46 0.72
Hex A8 D8 96 16 0 1F F 68 2E 48
Octal 250 330 226 26 0 37 17 150 56 110
Binary 10101000 11011000 10010110 10110 0 11111 1111 1101000 101110 1001000

Color Harmonies of #A8D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D896

Black with #A8D896

Text Example


Text Example

White with #A8D896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D896; }

 p { color: rgb(168,216,150); }

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

background-color css

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

 a { background-color: rgb(168,216,150); }

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

border-color css

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

 span { border-color: rgb(168,216,150); }

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