Html Css Color HEX #A1FA6D Feijoa

📋 copy color: '#A1FA6D'

red 161 ◦ green 250 ◦ blue 109

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

Shades of Feijoa #A1FA6D

Tints of Feijoa #A1FA6D

RGB

 RED value IS 161 (63.28% from 255) = 30.96%

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

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 30.96%
G = 48.08%
B = 20.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#A1FA6D (or 0xA1FA6D) is known color: Feijoa. HEX triplet: A1, FA and 6D. RGB value is (161,250,109). Sum of RGB (Red+Green+Blue) = 161+250+109=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA6D is #5E0592. Grayscale: #CFCFCF. Windows color (decimal): -6161811 or 7207585. OLE color: 7207585.

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

Color convert

RGB 161 250 109 -
CMYK 0.36 0 0.56 0.02
HSL 97.87º 0.93% 0.7% -
HSV(B) 97.87º 0.56% 0.98% -
XYZ 51.64 77.05 26.62 -
YUV 207.32 72.51 94.96 -
System Red Green Blue C M Y K H S L
Decimal 161 250 109 0.36 0 0.56 0.02 97.87 0.93 0.7
Hex A1 FA 6D 24 0 38 2 62 5D 46
Octal 241 372 155 44 0 70 2 142 135 106
Binary 10100001 11111010 1101101 100100 0 111000 10 1100010 1011101 1000110

Color Harmonies of #A1FA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA6D

Black with #A1FA6D

Text Example


Text Example

White with #A1FA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA6D; }

 p { color: rgb(161,250,109); }

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

background-color css

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

 a { background-color: rgb(161,250,109); }

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

border-color css

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

 span { border-color: rgb(161,250,109); }

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