Html Css Color HEX #A6E686 Feijoa

📋 copy color: '#A6E686'

red 166 ◦ green 230 ◦ blue 134

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

Shades of Feijoa #A6E686

Tints of Feijoa #A6E686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.4%

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 31.32%
G = 43.4%
B = 25.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#A6E686 (or 0xA6E686) is known color: Feijoa. HEX triplet: A6, E6 and 86. RGB value is (166,230,134). Sum of RGB (Red+Green+Blue) = 166+230+134=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E686 is #591979. Grayscale: #C8C8C8. Windows color (decimal): -5839226 or 8840870. OLE color: 8840870.

HSL color Cylindrical-coordinate representation of color #A6E686: hue angle of 100º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6E686 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 230 134 -
CMYK 0.28 0 0.42 0.10
HSL 100º 0.66% 0.71% -
HSV(B) 100º 0.42% 0.9% -
XYZ 48.33 66.42 32.83 -
YUV 199.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 166 230 134 0.28 0 0.42 0.10 100 0.66 0.71
Hex A6 E6 86 1C 0 2A A 64 42 47
Octal 246 346 206 34 0 52 12 144 102 107
Binary 10100110 11100110 10000110 11100 0 101010 1010 1100100 1000010 1000111

Color Harmonies of #A6E686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E686

Black with #A6E686

Text Example


Text Example

White with #A6E686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E686; }

 p { color: rgb(166,230,134); }

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

background-color css

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

 a { background-color: rgb(166,230,134); }

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

border-color css

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

 span { border-color: rgb(166,230,134); }

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