Html Css Color HEX #A6FF7C Feijoa

📋 copy color: '#A6FF7C'

red 166 ◦ green 255 ◦ blue 124

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

Shades of Feijoa #A6FF7C

Tints of Feijoa #A6FF7C

RGB

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

 GREEN value IS 255 (100% from 255) = 46.79%

 BLUE value IS 124 (48.83% from 255) = 22.75%

R = 30.46%
G = 46.79%
B = 22.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#A6FF7C (or 0xA6FF7C) is known color: Feijoa. HEX triplet: A6, FF and 7C. RGB value is (166,255,124). Sum of RGB (Red+Green+Blue) = 166+255+124=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF7C is #590083. Grayscale: #D5D5D5. Windows color (decimal): -5832836 or 8191910. OLE color: 8191910.

HSL color Cylindrical-coordinate representation of color #A6FF7C: hue angle of 100.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6FF7C is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 166 255 124 -
CMYK 0.35 0 0.51 0
HSL 100.76º 1% 0.74% -
HSV(B) 100.76º 0.51% 1% -
XYZ 55.12 81.08 31.81 -
YUV 213.46 77.51 94.15 -
System Red Green Blue C M Y K H S L
Decimal 166 255 124 0.35 0 0.51 0 100.76 1 0.74
Hex A6 FF 7C 23 0 33 0 65 64 4A
Octal 246 377 174 43 0 63 0 145 144 112
Binary 10100110 11111111 1111100 100011 0 110011 0 1100101 1100100 1001010

Color Harmonies of #A6FF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FF7C

Black with #A6FF7C

Text Example


Text Example

White with #A6FF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FF7C; }

 p { color: rgb(166,255,124); }

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

background-color css

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

 a { background-color: rgb(166,255,124); }

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

border-color css

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

 span { border-color: rgb(166,255,124); }

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