Html Css Color HEX #A6DD80 Feijoa

📋 copy color: '#A6DD80'

red 166 ◦ green 221 ◦ blue 128

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

Shades of Feijoa #A6DD80

Tints of Feijoa #A6DD80

RGB

 RED value IS 166 (65.23% from 255) = 32.23%

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

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

R = 32.23%
G = 42.91%
B = 24.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#A6DD80 (or 0xA6DD80) is known color: Feijoa. HEX triplet: A6, DD and 80. RGB value is (166,221,128). Sum of RGB (Red+Green+Blue) = 166+221+128=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD80 is #59227F. Grayscale: #C2C2C2. Windows color (decimal): -5841536 or 8445350. OLE color: 8445350.

HSL color Cylindrical-coordinate representation of color #A6DD80: hue angle of 95.48º 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 #A6DD80 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 128 -
CMYK 0.25 0 0.42 0.13
HSL 95.48º 0.58% 0.68% -
HSV(B) 95.48º 0.42% 0.87% -
XYZ 45.48 61.38 29.87 -
YUV 193.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 166 221 128 0.25 0 0.42 0.13 95.48 0.58 0.68
Hex A6 DD 80 19 0 2A D 5F 3A 44
Octal 246 335 200 31 0 52 15 137 72 104
Binary 10100110 11011101 10000000 11001 0 101010 1101 1011111 111010 1000100

Color Harmonies of #A6DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD80

Black with #A6DD80

Text Example


Text Example

White with #A6DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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