Html Css Color HEX #A8D686 Feijoa

📋 copy color: '#A8D686'

red 168 ◦ green 214 ◦ blue 134

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

Shades of Feijoa #A8D686

Tints of Feijoa #A8D686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.47%

 BLUE value IS 134 (52.73% from 255) = 25.97%

R = 32.56%
G = 41.47%
B = 25.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#A8D686 (or 0xA8D686) is known color: Feijoa. HEX triplet: A8, D6 and 86. RGB value is (168,214,134). Sum of RGB (Red+Green+Blue) = 168+214+134=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D686 is #572979. Grayscale: #BFBFBF. Windows color (decimal): -5712250 or 8836776. OLE color: 8836776.

HSL color Cylindrical-coordinate representation of color #A8D686: hue angle of 94.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8D686 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 134 -
CMYK 0.21 0 0.37 0.16
HSL 94.5º 0.49% 0.68% -
HSV(B) 94.5º 0.37% 0.84% -
XYZ 44.5 58.14 31.43 -
YUV 191.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 168 214 134 0.21 0 0.37 0.16 94.5 0.49 0.68
Hex A8 D6 86 15 0 25 10 5E 31 44
Octal 250 326 206 25 0 45 20 136 61 104
Binary 10101000 11010110 10000110 10101 0 100101 10000 1011110 110001 1000100

Color Harmonies of #A8D686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D686

Black with #A8D686

Text Example


Text Example

White with #A8D686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D686; }

 p { color: rgb(168,214,134); }

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

background-color css

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

 a { background-color: rgb(168,214,134); }

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

border-color css

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

 span { border-color: rgb(168,214,134); }

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