Html Css Color HEX #A5C985 Feijoa

📋 copy color: '#A5C985'

red 165 ◦ green 201 ◦ blue 133

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

Shades of Feijoa #A5C985

Tints of Feijoa #A5C985

RGB

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

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

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

R = 33.07%
G = 40.28%
B = 26.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#A5C985 (or 0xA5C985) is known color: Feijoa. HEX triplet: A5, C9 and 85. RGB value is (165,201,133). Sum of RGB (Red+Green+Blue) = 165+201+133=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C985 is #5A367A. Grayscale: #B6B6B6. Windows color (decimal): -5912187 or 8767909. OLE color: 8767909.

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

Color convert

RGB 165 201 133 -
CMYK 0.18 0 0.34 0.21
HSL 91.76º 0.39% 0.65% -
HSV(B) 91.76º 0.34% 0.79% -
XYZ 40.64 51.47 29.98 -
YUV 182.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 165 201 133 0.18 0 0.34 0.21 91.76 0.39 0.65
Hex A5 C9 85 12 0 22 15 5C 27 41
Octal 245 311 205 22 0 42 25 134 47 101
Binary 10100101 11001001 10000101 10010 0 100010 10101 1011100 100111 1000001

Color Harmonies of #A5C985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C985

Black with #A5C985

Text Example


Text Example

White with #A5C985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C985; }

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

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

background-color css

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

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

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

border-color css

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

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

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