Html Css Color HEX #A8D586 Feijoa

📋 copy color: '#A8D586'

red 168 ◦ green 213 ◦ blue 134

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

Shades of Feijoa #A8D586

Tints of Feijoa #A8D586

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

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

R = 32.62%
G = 41.36%
B = 26.02%

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

#A8D586 (or 0xA8D586) is known color: Feijoa. HEX triplet: A8, D5 and 86. RGB value is (168,213,134). Sum of RGB (Red+Green+Blue) = 168+213+134=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D586 is #572A79. Grayscale: #BEBEBE. Windows color (decimal): -5712506 or 8836520. OLE color: 8836520.

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

Color convert

RGB 168 213 134 -
CMYK 0.21 0 0.37 0.16
HSL 94.18º 0.48% 0.68% -
HSV(B) 94.18º 0.37% 0.84% -
XYZ 44.25 57.63 31.35 -
YUV 190.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 168 213 134 0.21 0 0.37 0.16 94.18 0.48 0.68
Hex A8 D5 86 15 0 25 10 5E 30 44
Octal 250 325 206 25 0 45 20 136 60 104
Binary 10101000 11010101 10000110 10101 0 100101 10000 1011110 110000 1000100

Color Harmonies of #A8D586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D586

Black with #A8D586

Text Example


Text Example

White with #A8D586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D586; }

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

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

background-color css

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

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

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

border-color css

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

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

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