Html Css Color HEX #A6DC6D Feijoa

📋 copy color: '#A6DC6D'

red 166 ◦ green 220 ◦ blue 109

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

Shades of Feijoa #A6DC6D

Tints of Feijoa #A6DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 33.54%
G = 44.44%
B = 22.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A6DC6D (or 0xA6DC6D) is known color: Feijoa. HEX triplet: A6, DC and 6D. RGB value is (166,220,109). Sum of RGB (Red+Green+Blue) = 166+220+109=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC6D is #592392. Grayscale: #BFBFBF. Windows color (decimal): -5841811 or 7199910. OLE color: 7199910.

HSL color Cylindrical-coordinate representation of color #A6DC6D: hue angle of 89.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6DC6D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 109 -
CMYK 0.25 0 0.50 0.14
HSL 89.19º 0.61% 0.65% -
HSV(B) 89.19º 0.5% 0.86% -
XYZ 44.08 60.4 23.8 -
YUV 191.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 166 220 109 0.25 0 0.50 0.14 89.19 0.61 0.65
Hex A6 DC 6D 19 0 32 E 59 3D 41
Octal 246 334 155 31 0 62 16 131 75 101
Binary 10100110 11011100 1101101 11001 0 110010 1110 1011001 111101 1000001

Color Harmonies of #A6DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC6D

Black with #A6DC6D

Text Example


Text Example

White with #A6DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC6D; }

 p { color: rgb(166,220,109); }

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

background-color css

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

 a { background-color: rgb(166,220,109); }

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

border-color css

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

 span { border-color: rgb(166,220,109); }

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