Html Css Color HEX #A6D684 Feijoa

📋 copy color: '#A6D684'

red 166 ◦ green 214 ◦ blue 132

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

Shades of Feijoa #A6D684

Tints of Feijoa #A6D684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

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

R = 32.42%
G = 41.8%
B = 25.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#A6D684 (or 0xA6D684) is known color: Feijoa. HEX triplet: A6, D6 and 84. RGB value is (166,214,132). Sum of RGB (Red+Green+Blue) = 166+214+132=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D684 is #59297B. Grayscale: #BEBEBE. Windows color (decimal): -5843324 or 8705702. OLE color: 8705702.

HSL color Cylindrical-coordinate representation of color #A6D684: hue angle of 95.12º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6D684 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 214 132 -
CMYK 0.22 0 0.38 0.16
HSL 95.12º 0.5% 0.68% -
HSV(B) 95.12º 0.38% 0.84% -
XYZ 43.94 57.87 30.68 -
YUV 190.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 166 214 132 0.22 0 0.38 0.16 95.12 0.5 0.68
Hex A6 D6 84 16 0 26 10 5F 32 44
Octal 246 326 204 26 0 46 20 137 62 104
Binary 10100110 11010110 10000100 10110 0 100110 10000 1011111 110010 1000100

Color Harmonies of #A6D684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D684

Black with #A6D684

Text Example


Text Example

White with #A6D684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D684; }

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

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

background-color css

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

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

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

border-color css

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

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

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