Html Css Color HEX #A5C885 Feijoa

📋 copy color: '#A5C885'

red 165 ◦ green 200 ◦ blue 133

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

Shades of Feijoa #A5C885

Tints of Feijoa #A5C885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.16%

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 33.13%
G = 40.16%
B = 26.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#A5C885 (or 0xA5C885) is known color: Feijoa. HEX triplet: A5, C8 and 85. RGB value is (165,200,133). Sum of RGB (Red+Green+Blue) = 165+200+133=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C885 is #5A377A. Grayscale: #B6B6B6. Windows color (decimal): -5912443 or 8767653. OLE color: 8767653.

HSL color Cylindrical-coordinate representation of color #A5C885: hue angle of 91.34º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C885 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 200 133 -
CMYK 0.18 0 0.34 0.22
HSL 91.34º 0.38% 0.65% -
HSV(B) 91.34º 0.34% 0.78% -
XYZ 40.4 51 29.9 -
YUV 181.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 165 200 133 0.18 0 0.34 0.22 91.34 0.38 0.65
Hex A5 C8 85 12 0 22 16 5B 26 41
Octal 245 310 205 22 0 42 26 133 46 101
Binary 10100101 11001000 10000101 10010 0 100010 10110 1011011 100110 1000001

Color Harmonies of #A5C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C885

Black with #A5C885

Text Example


Text Example

White with #A5C885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C885; }

 p { color: rgb(165,200,133); }

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

background-color css

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

 a { background-color: rgb(165,200,133); }

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

border-color css

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

 span { border-color: rgb(165,200,133); }

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