Html Css Color HEX #A8D86C Feijoa

📋 copy color: '#A8D86C'

red 168 ◦ green 216 ◦ blue 108

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

Shades of Feijoa #A8D86C

Tints of Feijoa #A8D86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 34.15%
G = 43.9%
B = 21.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A8D86C (or 0xA8D86C) is known color: Feijoa. HEX triplet: A8, D8 and 6C. RGB value is (168,216,108). Sum of RGB (Red+Green+Blue) = 168+216+108=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D86C is #572793. Grayscale: #BDBDBD. Windows color (decimal): -5711764 or 7133352. OLE color: 7133352.

HSL color Cylindrical-coordinate representation of color #A8D86C: hue angle of 86.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D86C is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 108 -
CMYK 0.22 0 0.50 0.15
HSL 86.67º 0.58% 0.64% -
HSV(B) 86.67º 0.5% 0.85% -
XYZ 43.41 58.52 23.19 -
YUV 189.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 168 216 108 0.22 0 0.50 0.15 86.67 0.58 0.64
Hex A8 D8 6C 16 0 32 F 57 3A 40
Octal 250 330 154 26 0 62 17 127 72 100
Binary 10101000 11011000 1101100 10110 0 110010 1111 1010111 111010 1000000

Color Harmonies of #A8D86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D86C

Black with #A8D86C

Text Example


Text Example

White with #A8D86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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