Html Css Color HEX #A6FA6A Feijoa

📋 copy color: '#A6FA6A'

red 166 ◦ green 250 ◦ blue 106

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

Shades of Feijoa #A6FA6A

Tints of Feijoa #A6FA6A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.89%

 BLUE value IS 106 (41.8% from 255) = 20.31%

R = 31.8%
G = 47.89%
B = 20.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#A6FA6A (or 0xA6FA6A) is known color: Feijoa. HEX triplet: A6, FA and 6A. RGB value is (166,250,106). Sum of RGB (Red+Green+Blue) = 166+250+106=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA6A is #590595. Grayscale: #D0D0D0. Windows color (decimal): -5834134 or 7010982. OLE color: 7010982.

HSL color Cylindrical-coordinate representation of color #A6FA6A: hue angle of 95º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6FA6A is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 106 -
CMYK 0.34 0 0.58 0.02
HSL 95º 0.94% 0.7% -
HSV(B) 95º 0.58% 0.98% -
XYZ 52.51 77.52 25.83 -
YUV 208.47 70.17 97.71 -
System Red Green Blue C M Y K H S L
Decimal 166 250 106 0.34 0 0.58 0.02 95 0.94 0.7
Hex A6 FA 6A 22 0 3A 2 5F 5E 46
Octal 246 372 152 42 0 72 2 137 136 106
Binary 10100110 11111010 1101010 100010 0 111010 10 1011111 1011110 1000110

Color Harmonies of #A6FA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FA6A

Black with #A6FA6A

Text Example


Text Example

White with #A6FA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FA6A; }

 p { color: rgb(166,250,106); }

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

background-color css

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

 a { background-color: rgb(166,250,106); }

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

border-color css

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

 span { border-color: rgb(166,250,106); }

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