Html Css Color HEX #A0D980 Feijoa

📋 copy color: '#A0D980'

red 160 ◦ green 217 ◦ blue 128

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

Shades of Feijoa #A0D980

Tints of Feijoa #A0D980

RGB

 RED value IS 160 (62.89% from 255) = 31.68%

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

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

R = 31.68%
G = 42.97%
B = 25.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#A0D980 (or 0xA0D980) is known color: Feijoa. HEX triplet: A0, D9 and 80. RGB value is (160,217,128). Sum of RGB (Red+Green+Blue) = 160+217+128=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D980 is #5F267F. Grayscale: #BEBEBE. Windows color (decimal): -6235776 or 8444320. OLE color: 8444320.

HSL color Cylindrical-coordinate representation of color #A0D980: hue angle of 98.43º 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 #A0D980 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 128 -
CMYK 0.26 0 0.41 0.15
HSL 98.43º 0.54% 0.68% -
HSV(B) 98.43º 0.41% 0.85% -
XYZ 43.21 58.66 29.47 -
YUV 189.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 160 217 128 0.26 0 0.41 0.15 98.43 0.54 0.68
Hex A0 D9 80 1A 0 29 F 62 36 44
Octal 240 331 200 32 0 51 17 142 66 104
Binary 10100000 11011001 10000000 11010 0 101001 1111 1100010 110110 1000100

Color Harmonies of #A0D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D980

Black with #A0D980

Text Example


Text Example

White with #A0D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D980; }

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

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

background-color css

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

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

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

border-color css

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

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

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