Html Css Color HEX #A6D18B Feijoa

📋 copy color: '#A6D18B'

red 166 ◦ green 209 ◦ blue 139

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

Shades of Feijoa #A6D18B

Tints of Feijoa #A6D18B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.66%

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 32.3%
G = 40.66%
B = 27.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A6D18B (or 0xA6D18B) is known color: Feijoa. HEX triplet: A6, D1 and 8B. RGB value is (166,209,139). Sum of RGB (Red+Green+Blue) = 166+209+139=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D18B is #592E74. Grayscale: #BCBCBC. Windows color (decimal): -5844597 or 9163174. OLE color: 9163174.

HSL color Cylindrical-coordinate representation of color #A6D18B: hue angle of 96.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6D18B is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 209 139 -
CMYK 0.21 0 0.33 0.18
HSL 96.86º 0.43% 0.68% -
HSV(B) 96.86º 0.33% 0.82% -
XYZ 43.19 55.57 32.88 -
YUV 188.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 166 209 139 0.21 0 0.33 0.18 96.86 0.43 0.68
Hex A6 D1 8B 15 0 21 12 61 2B 44
Octal 246 321 213 25 0 41 22 141 53 104
Binary 10100110 11010001 10001011 10101 0 100001 10010 1100001 101011 1000100

Color Harmonies of #A6D18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D18B

Black with #A6D18B

Text Example


Text Example

White with #A6D18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D18B; }

 p { color: rgb(166,209,139); }

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

background-color css

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

 a { background-color: rgb(166,209,139); }

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

border-color css

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

 span { border-color: rgb(166,209,139); }

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