Html Css Color HEX #A6DA84 Feijoa

📋 copy color: '#A6DA84'

red 166 ◦ green 218 ◦ blue 132

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

Shades of Feijoa #A6DA84

Tints of Feijoa #A6DA84

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

 BLUE value IS 132 (51.95% from 255) = 25.58%

R = 32.17%
G = 42.25%
B = 25.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#A6DA84 (or 0xA6DA84) is known color: Feijoa. HEX triplet: A6, DA and 84. RGB value is (166,218,132). Sum of RGB (Red+Green+Blue) = 166+218+132=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA84 is #59257B. Grayscale: #C0C0C0. Windows color (decimal): -5842300 or 8706726. OLE color: 8706726.

HSL color Cylindrical-coordinate representation of color #A6DA84: hue angle of 96.28º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6DA84 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 132 -
CMYK 0.24 0 0.39 0.15
HSL 96.28º 0.54% 0.69% -
HSV(B) 96.28º 0.39% 0.85% -
XYZ 44.96 59.92 31.02 -
YUV 192.65 93.77 108.99 -
System Red Green Blue C M Y K H S L
Decimal 166 218 132 0.24 0 0.39 0.15 96.28 0.54 0.69
Hex A6 DA 84 18 0 27 F 60 36 45
Octal 246 332 204 30 0 47 17 140 66 105
Binary 10100110 11011010 10000100 11000 0 100111 1111 1100000 110110 1000101

Color Harmonies of #A6DA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DA84

Black with #A6DA84

Text Example


Text Example

White with #A6DA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DA84; }

 p { color: rgb(166,218,132); }

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

background-color css

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

 a { background-color: rgb(166,218,132); }

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

border-color css

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

 span { border-color: rgb(166,218,132); }

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