Html Css Color HEX #A6DF80 Feijoa

📋 copy color: '#A6DF80'

red 166 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #A6DF80

Tints of Feijoa #A6DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

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

R = 32.11%
G = 43.13%
B = 24.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A6DF80 (or 0xA6DF80) is known color: Feijoa. HEX triplet: A6, DF and 80. RGB value is (166,223,128). Sum of RGB (Red+Green+Blue) = 166+223+128=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DF80 is #59207F. Grayscale: #C3C3C3. Windows color (decimal): -5841024 or 8445862. OLE color: 8445862.

HSL color Cylindrical-coordinate representation of color #A6DF80: hue angle of 96º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6DF80 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 128 -
CMYK 0.26 0 0.43 0.13
HSL 96º 0.6% 0.69% -
HSV(B) 96º 0.43% 0.87% -
XYZ 46.01 62.44 30.05 -
YUV 195.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 166 223 128 0.26 0 0.43 0.13 96 0.6 0.69
Hex A6 DF 80 1A 0 2B D 60 3C 45
Octal 246 337 200 32 0 53 15 140 74 105
Binary 10100110 11011111 10000000 11010 0 101011 1101 1100000 111100 1000101

Color Harmonies of #A6DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF80

Black with #A6DF80

Text Example


Text Example

White with #A6DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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