Html Css Color HEX #A5D886 Feijoa

📋 copy color: '#A5D886'

red 165 ◦ green 216 ◦ blue 134

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

Shades of Feijoa #A5D886

Tints of Feijoa #A5D886

RGB

 RED value IS 165 (64.84% from 255) = 32.04%

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

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

R = 32.04%
G = 41.94%
B = 26.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#A5D886 (or 0xA5D886) is known color: Feijoa. HEX triplet: A5, D8 and 86. RGB value is (165,216,134). Sum of RGB (Red+Green+Blue) = 165+216+134=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D886 is #5A2779. Grayscale: #BFBFBF. Windows color (decimal): -5908346 or 8837285. OLE color: 8837285.

HSL color Cylindrical-coordinate representation of color #A5D886: hue angle of 97.32º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5D886 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 134 -
CMYK 0.24 0 0.38 0.15
HSL 97.32º 0.51% 0.69% -
HSV(B) 97.32º 0.38% 0.85% -
XYZ 44.38 58.83 31.57 -
YUV 191.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 165 216 134 0.24 0 0.38 0.15 97.32 0.51 0.69
Hex A5 D8 86 18 0 26 F 61 33 45
Octal 245 330 206 30 0 46 17 141 63 105
Binary 10100101 11011000 10000110 11000 0 100110 1111 1100001 110011 1000101

Color Harmonies of #A5D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D886

Black with #A5D886

Text Example


Text Example

White with #A5D886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D886; }

 p { color: rgb(165,216,134); }

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

background-color css

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

 a { background-color: rgb(165,216,134); }

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

border-color css

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

 span { border-color: rgb(165,216,134); }

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