Html Css Color HEX #A8D687 Feijoa

📋 copy color: '#A8D687'

red 168 ◦ green 214 ◦ blue 135

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

Shades of Feijoa #A8D687

Tints of Feijoa #A8D687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.11%

R = 32.5%
G = 41.39%
B = 26.11%

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

#A8D687 (or 0xA8D687) is known color: Feijoa. HEX triplet: A8, D6 and 87. RGB value is (168,214,135). Sum of RGB (Red+Green+Blue) = 168+214+135=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D687 is #572978. Grayscale: #BFBFBF. Windows color (decimal): -5712249 or 8902312. OLE color: 8902312.

HSL color Cylindrical-coordinate representation of color #A8D687: hue angle of 94.94º 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 #A8D687 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 135 -
CMYK 0.21 0 0.37 0.16
HSL 94.94º 0.49% 0.68% -
HSV(B) 94.94º 0.37% 0.84% -
XYZ 44.57 58.17 31.8 -
YUV 191.24 96.26 111.42 -
System Red Green Blue C M Y K H S L
Decimal 168 214 135 0.21 0 0.37 0.16 94.94 0.49 0.68
Hex A8 D6 87 15 0 25 10 5F 31 44
Octal 250 326 207 25 0 45 20 137 61 104
Binary 10101000 11010110 10000111 10101 0 100101 10000 1011111 110001 1000100

Color Harmonies of #A8D687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D687

Black with #A8D687

Text Example


Text Example

White with #A8D687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D687; }

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

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

background-color css

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

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

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

border-color css

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

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

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