Html Css Color HEX #A6F66F Feijoa

📋 copy color: '#A6F66F'

red 166 ◦ green 246 ◦ blue 111

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

Shades of Feijoa #A6F66F

Tints of Feijoa #A6F66F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.04%

 BLUE value IS 111 (43.75% from 255) = 21.22%

R = 31.74%
G = 47.04%
B = 21.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#A6F66F (or 0xA6F66F) is known color: Feijoa. HEX triplet: A6, F6 and 6F. RGB value is (166,246,111). Sum of RGB (Red+Green+Blue) = 166+246+111=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F66F is #590990. Grayscale: #CFCFCF. Windows color (decimal): -5835153 or 7337638. OLE color: 7337638.

HSL color Cylindrical-coordinate representation of color #A6F66F: hue angle of 95.56º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6F66F is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 246 111 -
CMYK 0.33 0 0.55 0.04
HSL 95.56º 0.88% 0.7% -
HSV(B) 95.56º 0.55% 0.96% -
XYZ 51.55 75.17 26.83 -
YUV 206.69 74 98.98 -
System Red Green Blue C M Y K H S L
Decimal 166 246 111 0.33 0 0.55 0.04 95.56 0.88 0.7
Hex A6 F6 6F 21 0 37 4 60 58 46
Octal 246 366 157 41 0 67 4 140 130 106
Binary 10100110 11110110 1101111 100001 0 110111 100 1100000 1011000 1000110

Color Harmonies of #A6F66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F66F

Black with #A6F66F

Text Example


Text Example

White with #A6F66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F66F; }

 p { color: rgb(166,246,111); }

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

background-color css

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

 a { background-color: rgb(166,246,111); }

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

border-color css

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

 span { border-color: rgb(166,246,111); }

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