Html Css Color HEX #A6D386 Feijoa

📋 copy color: '#A6D386'

red 166 ◦ green 211 ◦ blue 134

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

Shades of Feijoa #A6D386

Tints of Feijoa #A6D386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

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

R = 32.49%
G = 41.29%
B = 26.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#A6D386 (or 0xA6D386) is known color: Feijoa. HEX triplet: A6, D3 and 86. RGB value is (166,211,134). Sum of RGB (Red+Green+Blue) = 166+211+134=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D386 is #592C79. Grayscale: #BDBDBD. Windows color (decimal): -5844090 or 8836006. OLE color: 8836006.

HSL color Cylindrical-coordinate representation of color #A6D386: hue angle of 95.06º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6D386 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 211 134 -
CMYK 0.21 0 0.36 0.17
HSL 95.06º 0.47% 0.68% -
HSV(B) 95.06º 0.36% 0.83% -
XYZ 43.32 56.42 31.16 -
YUV 188.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 166 211 134 0.21 0 0.36 0.17 95.06 0.47 0.68
Hex A6 D3 86 15 0 24 11 5F 2F 44
Octal 246 323 206 25 0 44 21 137 57 104
Binary 10100110 11010011 10000110 10101 0 100100 10001 1011111 101111 1000100

Color Harmonies of #A6D386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D386

Black with #A6D386

Text Example


Text Example

White with #A6D386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D386; }

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

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

background-color css

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

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

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

border-color css

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

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

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