Html Css Color HEX #A5CA80 Feijoa

📋 copy color: '#A5CA80'

red 165 ◦ green 202 ◦ blue 128

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

Shades of Feijoa #A5CA80

Tints of Feijoa #A5CA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 33.33%
G = 40.81%
B = 25.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#A5CA80 (or 0xA5CA80) is known color: Feijoa. HEX triplet: A5, CA and 80. RGB value is (165,202,128). Sum of RGB (Red+Green+Blue) = 165+202+128=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA80 is #5A357F. Grayscale: #B6B6B6. Windows color (decimal): -5911936 or 8440485. OLE color: 8440485.

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

Color convert

RGB 165 202 128 -
CMYK 0.18 0 0.37 0.21
HSL 90º 0.41% 0.65% -
HSV(B) 90º 0.37% 0.79% -
XYZ 40.53 51.8 28.28 -
YUV 182.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 165 202 128 0.18 0 0.37 0.21 90 0.41 0.65
Hex A5 CA 80 12 0 25 15 5A 29 41
Octal 245 312 200 22 0 45 25 132 51 101
Binary 10100101 11001010 10000000 10010 0 100101 10101 1011010 101001 1000001

Color Harmonies of #A5CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA80

Black with #A5CA80

Text Example


Text Example

White with #A5CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA80; }

 p { color: rgb(165,202,128); }

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

background-color css

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

 a { background-color: rgb(165,202,128); }

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

border-color css

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

 span { border-color: rgb(165,202,128); }

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