Html Css Color HEX #A6E286 Feijoa

📋 copy color: '#A6E286'

red 166 ◦ green 226 ◦ blue 134

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

Shades of Feijoa #A6E286

Tints of Feijoa #A6E286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.97%

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

R = 31.56%
G = 42.97%
B = 25.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A6E286 (or 0xA6E286) is known color: Feijoa. HEX triplet: A6, E2 and 86. RGB value is (166,226,134). Sum of RGB (Red+Green+Blue) = 166+226+134=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E286 is #591D79. Grayscale: #C5C5C5. Windows color (decimal): -5840250 or 8839846. OLE color: 8839846.

HSL color Cylindrical-coordinate representation of color #A6E286: hue angle of 99.13º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6E286 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 134 -
CMYK 0.27 0 0.41 0.11
HSL 99.13º 0.61% 0.71% -
HSV(B) 99.13º 0.41% 0.89% -
XYZ 47.23 64.22 32.46 -
YUV 197.57 92.12 105.48 -
System Red Green Blue C M Y K H S L
Decimal 166 226 134 0.27 0 0.41 0.11 99.13 0.61 0.71
Hex A6 E2 86 1B 0 29 B 63 3D 47
Octal 246 342 206 33 0 51 13 143 75 107
Binary 10100110 11100010 10000110 11011 0 101001 1011 1100011 111101 1000111

Color Harmonies of #A6E286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E286

Black with #A6E286

Text Example


Text Example

White with #A6E286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E286; }

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

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

background-color css

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

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

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

border-color css

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

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

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