Html Css Color HEX #A5C983 Feijoa

📋 copy color: '#A5C983'

red 165 ◦ green 201 ◦ blue 131

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

Shades of Feijoa #A5C983

Tints of Feijoa #A5C983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 33.2%
G = 40.44%
B = 26.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#A5C983 (or 0xA5C983) is known color: Feijoa. HEX triplet: A5, C9 and 83. RGB value is (165,201,131). Sum of RGB (Red+Green+Blue) = 165+201+131=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C983 is #5A367C. Grayscale: #B6B6B6. Windows color (decimal): -5912189 or 8636837. OLE color: 8636837.

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

Color convert

RGB 165 201 131 -
CMYK 0.18 0 0.35 0.21
HSL 90.86º 0.39% 0.65% -
HSV(B) 90.86º 0.35% 0.79% -
XYZ 40.5 51.41 29.26 -
YUV 182.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 165 201 131 0.18 0 0.35 0.21 90.86 0.39 0.65
Hex A5 C9 83 12 0 23 15 5B 27 41
Octal 245 311 203 22 0 43 25 133 47 101
Binary 10100101 11001001 10000011 10010 0 100011 10101 1011011 100111 1000001

Color Harmonies of #A5C983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C983

Black with #A5C983

Text Example


Text Example

White with #A5C983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C983; }

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

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

background-color css

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

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

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

border-color css

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

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

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