Html Css Color HEX #A5C986 Feijoa

📋 copy color: '#A5C986'

red 165 ◦ green 201 ◦ blue 134

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

Shades of Feijoa #A5C986

Tints of Feijoa #A5C986

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

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

R = 33%
G = 40.2%
B = 26.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#A5C986 (or 0xA5C986) is known color: Feijoa. HEX triplet: A5, C9 and 86. RGB value is (165,201,134). Sum of RGB (Red+Green+Blue) = 165+201+134=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C986 is #5A3679. Grayscale: #B6B6B6. Windows color (decimal): -5912186 or 8833445. OLE color: 8833445.

HSL color Cylindrical-coordinate representation of color #A5C986: hue angle of 92.24º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C986 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 134 -
CMYK 0.18 0 0.33 0.21
HSL 92.24º 0.38% 0.66% -
HSV(B) 92.24º 0.33% 0.79% -
XYZ 40.71 51.49 30.35 -
YUV 182.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 165 201 134 0.18 0 0.33 0.21 92.24 0.38 0.66
Hex A5 C9 86 12 0 21 15 5C 26 42
Octal 245 311 206 22 0 41 25 134 46 102
Binary 10100101 11001001 10000110 10010 0 100001 10101 1011100 100110 1000010

Color Harmonies of #A5C986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C986

Black with #A5C986

Text Example


Text Example

White with #A5C986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C986; }

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

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

background-color css

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

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

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

border-color css

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

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

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