Html Css Color HEX #A1D980 Feijoa

📋 copy color: '#A1D980'

red 161 ◦ green 217 ◦ blue 128

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

Shades of Feijoa #A1D980

Tints of Feijoa #A1D980

RGB

 RED value IS 161 (63.28% from 255) = 31.82%

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

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

R = 31.82%
G = 42.89%
B = 25.3%

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

#A1D980 (or 0xA1D980) is known color: Feijoa. HEX triplet: A1, D9 and 80. RGB value is (161,217,128). Sum of RGB (Red+Green+Blue) = 161+217+128=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D980 is #5E267F. Grayscale: #BEBEBE. Windows color (decimal): -6170240 or 8444321. OLE color: 8444321.

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

Color convert

RGB 161 217 128 -
CMYK 0.26 0 0.41 0.15
HSL 97.75º 0.54% 0.68% -
HSV(B) 97.75º 0.41% 0.85% -
XYZ 43.41 58.76 29.48 -
YUV 190.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 161 217 128 0.26 0 0.41 0.15 97.75 0.54 0.68
Hex A1 D9 80 1A 0 29 F 62 36 44
Octal 241 331 200 32 0 51 17 142 66 104
Binary 10100001 11011001 10000000 11010 0 101001 1111 1100010 110110 1000100

Color Harmonies of #A1D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D980

Black with #A1D980

Text Example


Text Example

White with #A1D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D980; }

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

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

background-color css

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

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

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

border-color css

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

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

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