Html Css Color HEX #A1FC6E Feijoa

📋 copy color: '#A1FC6E'

red 161 ◦ green 252 ◦ blue 110

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

Shades of Feijoa #A1FC6E

Tints of Feijoa #A1FC6E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.18%

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 30.78%
G = 48.18%
B = 21.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#A1FC6E (or 0xA1FC6E) is known color: Feijoa. HEX triplet: A1, FC and 6E. RGB value is (161,252,110). Sum of RGB (Red+Green+Blue) = 161+252+110=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC6E is #5E0391. Grayscale: #D1D1D1. Windows color (decimal): -6161298 or 7273633. OLE color: 7273633.

HSL color Cylindrical-coordinate representation of color #A1FC6E: hue angle of 98.45º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1FC6E is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 110 -
CMYK 0.36 0 0.56 0.01
HSL 98.45º 0.96% 0.71% -
HSV(B) 98.45º 0.56% 0.99% -
XYZ 52.32 78.32 27.11 -
YUV 208.6 72.35 94.05 -
System Red Green Blue C M Y K H S L
Decimal 161 252 110 0.36 0 0.56 0.01 98.45 0.96 0.71
Hex A1 FC 6E 24 0 38 1 62 60 47
Octal 241 374 156 44 0 70 1 142 140 107
Binary 10100001 11111100 1101110 100100 0 111000 1 1100010 1100000 1000111

Color Harmonies of #A1FC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC6E

Black with #A1FC6E

Text Example


Text Example

White with #A1FC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC6E; }

 p { color: rgb(161,252,110); }

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

background-color css

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

 a { background-color: rgb(161,252,110); }

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

border-color css

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

 span { border-color: rgb(161,252,110); }

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