Html Css Color HEX #A6DB80 Feijoa

📋 copy color: '#A6DB80'

red 166 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #A6DB80

Tints of Feijoa #A6DB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 32.36%
G = 42.69%
B = 24.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A6DB80 (or 0xA6DB80) is known color: Feijoa. HEX triplet: A6, DB and 80. RGB value is (166,219,128). Sum of RGB (Red+Green+Blue) = 166+219+128=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB80 is #59247F. Grayscale: #C1C1C1. Windows color (decimal): -5842048 or 8444838. OLE color: 8444838.

HSL color Cylindrical-coordinate representation of color #A6DB80: hue angle of 94.95º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6DB80 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 128 -
CMYK 0.24 0 0.42 0.14
HSL 94.95º 0.56% 0.68% -
HSV(B) 94.95º 0.42% 0.86% -
XYZ 44.95 60.33 29.7 -
YUV 192.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 166 219 128 0.24 0 0.42 0.14 94.95 0.56 0.68
Hex A6 DB 80 18 0 2A E 5F 38 44
Octal 246 333 200 30 0 52 16 137 70 104
Binary 10100110 11011011 10000000 11000 0 101010 1110 1011111 111000 1000100

Color Harmonies of #A6DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB80

Black with #A6DB80

Text Example


Text Example

White with #A6DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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