Html Css Color HEX #A5D980 Feijoa

📋 copy color: '#A5D980'

red 165 ◦ green 217 ◦ blue 128

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

Shades of Feijoa #A5D980

Tints of Feijoa #A5D980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.55%

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

R = 32.35%
G = 42.55%
B = 25.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#A5D980 (or 0xA5D980) is known color: Feijoa. HEX triplet: A5, D9 and 80. RGB value is (165,217,128). Sum of RGB (Red+Green+Blue) = 165+217+128=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D980 is #5A267F. Grayscale: #BFBFBF. Windows color (decimal): -5908096 or 8444325. OLE color: 8444325.

HSL color Cylindrical-coordinate representation of color #A5D980: hue angle of 95.06º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5D980 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 128 -
CMYK 0.24 0 0.41 0.15
HSL 95.06º 0.54% 0.68% -
HSV(B) 95.06º 0.41% 0.85% -
XYZ 44.23 59.18 29.51 -
YUV 191.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 165 217 128 0.24 0 0.41 0.15 95.06 0.54 0.68
Hex A5 D9 80 18 0 29 F 5F 36 44
Octal 245 331 200 30 0 51 17 137 66 104
Binary 10100101 11011001 10000000 11000 0 101001 1111 1011111 110110 1000100

Color Harmonies of #A5D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D980

Black with #A5D980

Text Example


Text Example

White with #A5D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D980; }

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

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

background-color css

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

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

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

border-color css

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

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

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