Html Css Color HEX #A5D887 Feijoa

📋 copy color: '#A5D887'

red 165 ◦ green 216 ◦ blue 135

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

Shades of Feijoa #A5D887

Tints of Feijoa #A5D887

RGB

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

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

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

R = 31.98%
G = 41.86%
B = 26.16%

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

#A5D887 (or 0xA5D887) is known color: Feijoa. HEX triplet: A5, D8 and 87. RGB value is (165,216,135). Sum of RGB (Red+Green+Blue) = 165+216+135=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D887 is #5A2778. Grayscale: #BFBFBF. Windows color (decimal): -5908345 or 8902821. OLE color: 8902821.

HSL color Cylindrical-coordinate representation of color #A5D887: hue angle of 97.78º 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 #A5D887 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 135 -
CMYK 0.24 0 0.38 0.15
HSL 97.78º 0.51% 0.69% -
HSV(B) 97.78º 0.38% 0.85% -
XYZ 44.45 58.86 31.94 -
YUV 191.52 96.1 109.09 -
System Red Green Blue C M Y K H S L
Decimal 165 216 135 0.24 0 0.38 0.15 97.78 0.51 0.69
Hex A5 D8 87 18 0 26 F 62 33 45
Octal 245 330 207 30 0 46 17 142 63 105
Binary 10100101 11011000 10000111 11000 0 100110 1111 1100010 110011 1000101

Color Harmonies of #A5D887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D887

Black with #A5D887

Text Example


Text Example

White with #A5D887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D887; }

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

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

background-color css

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

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

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

border-color css

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

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

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