Html Css Color HEX #A1DD80 Feijoa

📋 copy color: '#A1DD80'

red 161 ◦ green 221 ◦ blue 128

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

Shades of Feijoa #A1DD80

Tints of Feijoa #A1DD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

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

R = 31.57%
G = 43.33%
B = 25.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#A1DD80 (or 0xA1DD80) is known color: Feijoa. HEX triplet: A1, DD and 80. RGB value is (161,221,128). Sum of RGB (Red+Green+Blue) = 161+221+128=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD80 is #5E227F. Grayscale: #C0C0C0. Windows color (decimal): -6169216 or 8445345. OLE color: 8445345.

HSL color Cylindrical-coordinate representation of color #A1DD80: hue angle of 98.71º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1DD80 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 128 -
CMYK 0.27 0 0.42 0.13
HSL 98.71º 0.58% 0.68% -
HSV(B) 98.71º 0.42% 0.87% -
XYZ 44.45 60.85 29.82 -
YUV 192.46 91.62 105.56 -
System Red Green Blue C M Y K H S L
Decimal 161 221 128 0.27 0 0.42 0.13 98.71 0.58 0.68
Hex A1 DD 80 1B 0 2A D 63 3A 44
Octal 241 335 200 33 0 52 15 143 72 104
Binary 10100001 11011101 10000000 11011 0 101010 1101 1100011 111010 1000100

Color Harmonies of #A1DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD80

Black with #A1DD80

Text Example


Text Example

White with #A1DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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